mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-03 11:25:41 +00:00
read_aiger to not do -purge for clean
This commit is contained in:
parent
32853b1f8d
commit
9e299a0908
1 changed files with 1 additions and 1 deletions
|
@ -458,7 +458,7 @@ void AigerReader::parse_xaiger()
|
||||||
module->fixup_ports();
|
module->fixup_ports();
|
||||||
design->add(module);
|
design->add(module);
|
||||||
|
|
||||||
Pass::call(design, "clean -purge");
|
Pass::call(design, "clean");
|
||||||
}
|
}
|
||||||
|
|
||||||
void AigerReader::parse_aiger_ascii()
|
void AigerReader::parse_aiger_ascii()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue