mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-19 19:02:04 +00:00
Oops don't need a finally block
This commit is contained in:
parent
83e2d87fb8
commit
54488cfb82
1 changed files with 0 additions and 5 deletions
|
@ -267,9 +267,4 @@ code
|
||||||
if (GetSize(chain) < shiftx_width)
|
if (GetSize(chain) < shiftx_width)
|
||||||
subpattern(tail);
|
subpattern(tail);
|
||||||
}
|
}
|
||||||
finally
|
|
||||||
if (next) {
|
|
||||||
chain_bits.erase(port(next, \Q)[slice]);
|
|
||||||
chain.pop_back();
|
|
||||||
}
|
|
||||||
endcode
|
endcode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue