mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-27 02:45:52 +00:00
Merge remote-tracking branch 'origin/master' into eddie/deferred_top
This commit is contained in:
commit
d6a84a78a7
72 changed files with 1855 additions and 413 deletions
|
@ -974,7 +974,7 @@ void AigerReader::post_process()
|
|||
// operate (and run checks on) this one module
|
||||
RTLIL::Design *mapped_design = new RTLIL::Design;
|
||||
mapped_design->add(module);
|
||||
Pass::call(mapped_design, "clean");
|
||||
Pass::call(mapped_design, "clean -purge");
|
||||
mapped_design->modules_.erase(module->name);
|
||||
delete mapped_design;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue