mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-31 00:13:18 +00:00
SigSpec refactoring: using the accessor functions everywhere
This commit is contained in:
parent
16e5ae0b92
commit
4b4048bc5f
62 changed files with 800 additions and 800 deletions
|
@ -714,7 +714,7 @@ struct FreduceWorker
|
|||
|
||||
if (grp[i].inverted)
|
||||
{
|
||||
if (inv_sig.__width == 0)
|
||||
if (inv_sig.size() == 0)
|
||||
{
|
||||
inv_sig = module->addWire(NEW_ID);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue