From: Eddie Hung Date: Fri, 23 Aug 2019 23:39:37 +0000 (-0700) Subject: Oops don't need a finally block X-Git-Tag: working-ls180~1085^2~29 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=54488cfb82907429f7637201e925e84977f7f5ba;p=yosys.git Oops don't need a finally block --- diff --git a/passes/pmgen/xilinx_srl.pmg b/passes/pmgen/xilinx_srl.pmg index d17799208..622655ce8 100644 --- a/passes/pmgen/xilinx_srl.pmg +++ b/passes/pmgen/xilinx_srl.pmg @@ -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