mirror of https://github.com/YosysHQ/yosys.git
read_aiger to not do -purge for clean
This commit is contained in:
parent
32853b1f8d
commit
9e299a0908
|
@ -458,7 +458,7 @@ void AigerReader::parse_xaiger()
|
|||
module->fixup_ports();
|
||||
design->add(module);
|
||||
|
||||
Pass::call(design, "clean -purge");
|
||||
Pass::call(design, "clean");
|
||||
}
|
||||
|
||||
void AigerReader::parse_aiger_ascii()
|
||||
|
|
Loading…
Reference in New Issue