mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-23 17:15:33 +00:00
Reuse var
This commit is contained in:
parent
5c8344363f
commit
7d02d17b16
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue