mirror of https://github.com/YosysHQ/yosys.git
No need to replace Q of slice since $shiftx is autoremove-d
This commit is contained in:
parent
11e3eb1009
commit
52c4655de3
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue