mirror of
https://github.com/YosysHQ/yosys
synced 2025-11-02 12:37:53 +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
|
|
@ -151,8 +151,8 @@ struct RomWorker
|
|||
}
|
||||
|
||||
// Ok, let's do it.
|
||||
SigSpec rdata = module->addWire(NEW_ID, GetSize(lhs));
|
||||
Mem mem(module, NEW_ID, GetSize(lhs), 0, 1 << abits);
|
||||
SigSpec rdata = module->addWire(NEWER_ID, GetSize(lhs));
|
||||
Mem mem(module, NEWER_ID, GetSize(lhs), 0, 1 << abits);
|
||||
mem.attributes = sw->attributes;
|
||||
|
||||
Const::Builder builder(mem.size * GetSize(lhs));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue