aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-17 10:38:54 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-17 10:38:54 -0700
commit76a72283e2c2c06efb48c66a0528c4412198858e (patch)
treea566fe8968ba7cc8eb1e0da4e27deea7415438b5
parent1ec450d6bf34a7aec9b0469b6f295847eb658160 (diff)
parentc15ee827f4a171abe3108dba8f9ad0d7078eb306 (diff)
downloadyosys-76a72283e2c2c06efb48c66a0528c4412198858e.tar.gz
yosys-76a72283e2c2c06efb48c66a0528c4412198858e.tar.bz2
yosys-76a72283e2c2c06efb48c66a0528c4412198858e.zip
Merge remote-tracking branch 'origin/xaig' into xc7mux
-rw-r--r--passes/techmap/abc9.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/abc9.cc b/passes/techmap/abc9.cc
index 0e4053e55..54aba3b18 100644
--- a/passes/techmap/abc9.cc
+++ b/passes/techmap/abc9.cc
@@ -29,7 +29,7 @@
"&st; &if -g -K 6; &dch -f; &if {W}; &save; &load; "\
"&st; &if -g -K 6; &synch2; &if {W}; &save; &load"
#else
-#define ABC_COMMAND_LUT "&st; &sweep; &scorr; "/*"&dc2; "*/"&retime; &dch -f; &ps -l; &if {W} {D} -v; "/*"&mfs; "*/"&ps -l"
+#define ABC_COMMAND_LUT "&st; &sweep; &scorr; &dc2; &retime; &st; &dch -f; &ps -l; &if {W} {D} -v; "/*"&mfs; "*/"&ps -l"
#endif