mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-24 01:25:33 +00:00
Remove unused
This commit is contained in:
parent
b1f1db2fcf
commit
b15b410b41
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ struct Pmux2ShiftxPass : public Pass {
|
|||
pmux_s.append(cell->getPort("\\S"));
|
||||
|
||||
RTLIL::SigSpec pmux_y = module->addWire(NEW_ID, clog2width);
|
||||
RTLIL::SigSpec shiftx_s = module->addWire(NEW_ID, 1 << clog2width);
|
||||
module->addPmux(NEW_ID, RTLIL::Const(RTLIL::Sx, clog2width), pmux_b, pmux_s, pmux_y);
|
||||
module->addShiftx(NEW_ID, shiftx_a, pmux_y, cell->getPort("\\Y"));
|
||||
module->remove(cell);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue