3
0
Fork 0
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:
Clifford Wolf 2015-01-31 13:58:04 +01:00
parent e9cfc4a453
commit bc86b4a7e9
2 changed files with 51 additions and 6 deletions

View file

@ -129,7 +129,7 @@ struct SigPool
return sig;
}
size_t size()
size_t size() const
{
return bits.size();
}