mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-11 02:08:08 +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
|
@ -94,7 +94,7 @@ struct InsbufPass : public Pass {
|
|||
sigmap.add(outbit);
|
||||
}
|
||||
|
||||
Cell *cell = module->addCell(NEW_ID, celltype);
|
||||
Cell *cell = module->addCell(NEWER_ID, celltype);
|
||||
cell->setPort(in_portname, rhs);
|
||||
cell->setPort(out_portname, lhs);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue