mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-23 04:38:55 +00:00
Added SigSpec::has_const()
This commit is contained in:
parent
0da320f151
commit
05d4223fb6
2 changed files with 13 additions and 0 deletions
|
@ -672,6 +672,7 @@ public:
|
|||
bool is_fully_const() const;
|
||||
bool is_fully_def() const;
|
||||
bool is_fully_undef() const;
|
||||
bool has_const() const;
|
||||
bool has_marked_bits() const;
|
||||
|
||||
bool as_bool() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue