mirror of https://github.com/YosysHQ/yosys.git
Reuse var
This commit is contained in:
parent
5c8344363f
commit
7d02d17b16
|
@ -177,7 +177,7 @@ code
|
|||
chain.push_back(first);
|
||||
subpattern(tail);
|
||||
finally
|
||||
if (GetSize(chain) == param(shiftx, \A_WIDTH).as_int())
|
||||
if (GetSize(chain) == shiftx_width)
|
||||
accept;
|
||||
chain.clear();
|
||||
endcode
|
||||
|
|
Loading…
Reference in New Issue