3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 04:03:45 +00:00

Oops don't need a finally block

This commit is contained in:
Eddie Hung 2019-08-23 16:39:37 -07:00
parent 83e2d87fb8
commit 54488cfb82

View file

@ -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