1
0
mirror of synced 2026-04-30 21:50:07 +00:00

Merge remote-tracking branch 'origin/eddie/peepopt_dffmuxext' into xc7dsp

This commit is contained in:
Eddie Hung
2019-09-05 13:01:34 -07:00
4 changed files with 64 additions and 25 deletions

View File

@@ -985,7 +985,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 -purge");
Pass::call(mapped_design, "clean");
mapped_design->modules_.erase(module->name);
delete mapped_design;