mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-15 20:10:28 +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
|
@ -60,7 +60,7 @@ struct MemoryBmux2RomPass : public Pass {
|
|||
continue;
|
||||
|
||||
// Ok, let's do it.
|
||||
Mem mem(module, NEW_ID, width, 0, 1 << abits);
|
||||
Mem mem(module, NEWER_ID, width, 0, 1 << abits);
|
||||
mem.attributes = cell->attributes;
|
||||
|
||||
MemInit init;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue