mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-11 18:28:09 +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
|
@ -38,9 +38,9 @@ struct Test1Pass : public Pass {
|
|||
y->port_output = true;
|
||||
y->port_id = 2;
|
||||
|
||||
RTLIL::Wire *a_inv = module->addWire(NEW_ID, 4);
|
||||
module->addNeg(NEW_ID, a, a_inv, true);
|
||||
module->addMux(NEW_ID, a, a_inv, RTLIL::SigSpec(a, 3), y);
|
||||
RTLIL::Wire *a_inv = module->addWire(NEWER_ID, 4);
|
||||
module->addNeg(NEWER_ID, a, a_inv, true);
|
||||
module->addMux(NEWER_ID, a, a_inv, RTLIL::SigSpec(a, 3), y);
|
||||
|
||||
module->fixup_ports();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue