mirror of https://github.com/YosysHQ/yosys.git
Oops don't need a finally block
This commit is contained in:
parent
83e2d87fb8
commit
54488cfb82
|
@ -267,9 +267,4 @@ code
|
|||
if (GetSize(chain) < shiftx_width)
|
||||
subpattern(tail);
|
||||
}
|
||||
finally
|
||||
if (next) {
|
||||
chain_bits.erase(port(next, \Q)[slice]);
|
||||
chain.pop_back();
|
||||
}
|
||||
endcode
|
||||
|
|
Loading…
Reference in New Issue