mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added $eq/$neq -> $logic_not/$reduce_bool optimization
This commit is contained in:
parent
9d067fecea
commit
f483dce7c2
4 changed files with 38 additions and 1 deletions
|
@ -692,6 +692,7 @@ public:
|
|||
bool is_chunk() const;
|
||||
|
||||
bool is_fully_const() const;
|
||||
bool is_fully_zero() const;
|
||||
bool is_fully_def() const;
|
||||
bool is_fully_undef() const;
|
||||
bool has_const() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue