No need to replace Q of slice since $shiftx is autoremove-d

This commit is contained in:
Eddie Hung 2019-08-28 11:06:11 -07:00
parent 11e3eb1009
commit 52c4655de3
1 changed files with 0 additions and 1 deletions

View 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);