projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32853b1
)
read_aiger to not do -purge for clean
author
Eddie Hung
<eddieh@ece.ubc.ca>
Thu, 21 Feb 2019 01:33:04 +0000
(17:33 -0800)
committer
Eddie Hung
<eddieh@ece.ubc.ca>
Thu, 21 Feb 2019 01:33:04 +0000
(17:33 -0800)
frontends/aiger/aigerparse.cc
patch
|
blob
|
history
diff --git
a/frontends/aiger/aigerparse.cc
b/frontends/aiger/aigerparse.cc
index 28f91d6b9c1ba5ca33abda678c57b210ab2da185..6fa77282ee2d59b219a6cf476b9bbafe0b14e0fe 100644
(file)
--- a/
frontends/aiger/aigerparse.cc
+++ b/
frontends/aiger/aigerparse.cc
@@
-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()