diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 16:39:37 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-08-23 16:39:37 -0700 |
commit | 54488cfb82907429f7637201e925e84977f7f5ba (patch) | |
tree | 74449fb62b596edf0c1205fbb34df5f106a31202 | |
parent | 83e2d87fb80cc5aed018b0f3409f256ef7f7b385 (diff) | |
download | yosys-54488cfb82907429f7637201e925e84977f7f5ba.tar.gz yosys-54488cfb82907429f7637201e925e84977f7f5ba.tar.bz2 yosys-54488cfb82907429f7637201e925e84977f7f5ba.zip |
Oops don't need a finally block
-rw-r--r-- | passes/pmgen/xilinx_srl.pmg | 5 |
1 files changed, 0 insertions, 5 deletions
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 |