No need to replace Q of slice since $shiftx is autoremove-d
authorEddie Hung <eddie@fpgeh.com>
Wed, 28 Aug 2019 18:06:11 +0000 (11:06 -0700)
committerEddie Hung <eddie@fpgeh.com>
Wed, 28 Aug 2019 18:06:11 +0000 (11:06 -0700)
passes/pmgen/xilinx_srl.cc

index f665820254a2ff5263b214954b37cde6d77fe159..87fcaa15ae1258580acbc36a6fb0b2719a9ce044 100644 (file)
@@ -134,7 +134,6 @@ void run_variable(xilinx_srl_pm &pm)
                }
                else
                        log_abort();
-               cell->connections_.at(ID(Q))[slice] = pm.module->addWire(NEW_ID);
        }
        pm.autoremove(st.shiftx);