mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-10 09:48:06 +00:00
s/NEW_ID/NEWER_ID/g
This commit is contained in:
parent
e4d4de1020
commit
d2b28d7a25
130 changed files with 1275 additions and 1275 deletions
|
@ -162,7 +162,7 @@ struct FoldInvWorker {
|
|||
continue;
|
||||
// Create a duplicate of the LUT with an inverted output
|
||||
// (if the uninverted version becomes unused it will be swept away)
|
||||
Cell *dup_lut = module->addCell(NEW_ID, orig_lut->type);
|
||||
Cell *dup_lut = module->addCell(NEWER_ID, orig_lut->type);
|
||||
inv->unsetPort(ID::Y);
|
||||
dup_lut->setPort(ID::O, inv_y);
|
||||
for (auto conn : orig_lut->connections()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue