mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-23 06:13:41 +00:00
SigSpec refactoring: renamed chunks and width to __chunks and __width
This commit is contained in:
parent
3b5f4ff39c
commit
a233762a81
62 changed files with 954 additions and 951 deletions
|
@ -714,7 +714,7 @@ struct FreduceWorker
|
|||
|
||||
if (grp[i].inverted)
|
||||
{
|
||||
if (inv_sig.width == 0)
|
||||
if (inv_sig.__width == 0)
|
||||
{
|
||||
inv_sig = module->addWire(NEW_ID);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue