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
6b9082fa64
commit
73d51b25d6
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