mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 06:03:23 +00:00
Added "equiv_induct -undef"
This commit is contained in:
parent
e9cfc4a453
commit
bc86b4a7e9
2 changed files with 51 additions and 6 deletions
|
@ -129,7 +129,7 @@ struct SigPool
|
|||
return sig;
|
||||
}
|
||||
|
||||
size_t size()
|
||||
size_t size() const
|
||||
{
|
||||
return bits.size();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue