mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
Various fixes/cleanups in alumacc and maccmap
This commit is contained in:
parent
124e759280
commit
014bb34e0e
2 changed files with 11 additions and 2 deletions
|
@ -443,7 +443,6 @@ struct AlumaccWorker
|
|||
n->alu_cell->setPort("\\X", module->addWire(NEW_ID, SIZE(n->y)));
|
||||
n->alu_cell->setPort("\\CO", module->addWire(NEW_ID, SIZE(n->y)));
|
||||
n->alu_cell->fixup_parameters(n->is_signed, n->is_signed);
|
||||
log_cell(n->alu_cell);
|
||||
|
||||
for (auto &it : n->cmp)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue