mirror of
https://github.com/YosysHQ/yosys
synced 2025-10-21 06:40:32 +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
|
@ -95,7 +95,7 @@ struct RecoverModuleWorker {
|
|||
{
|
||||
// Create a derivative of the module with whiteboxes flattened so we can
|
||||
// run eval and sat on it
|
||||
flat = design->addModule(NEW_ID);
|
||||
flat = design->addModule(NEWER_ID);
|
||||
mod->cloneInto(flat);
|
||||
Pass::call_on_module(design, flat, "flatten -wb");
|
||||
ce = new ConstEval(flat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue