mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Add opt_ffinv pass.
This commit is contained in:
parent
f56a3bd48f
commit
2858bb03cd
4 changed files with 268 additions and 3 deletions
|
@ -209,6 +209,8 @@ struct FfData {
|
|||
// inputs and output, flip the corresponding init/reset bits, swap clr/set
|
||||
// inputs with proper priority fix.
|
||||
void flip_bits(const pool<int> &bits);
|
||||
|
||||
void flip_rst_bits(const pool<int> &bits);
|
||||
};
|
||||
|
||||
YOSYS_NAMESPACE_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue