aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-17 13:33:47 -0700
committerEddie Hung <eddie@fpgeh.com>2019-06-17 13:33:47 -0700
commit8d40830ee4bf327d406cad1da6e6426976810184 (patch)
tree688ac127333bf2200ea9025c03e0a8eee5def3b3
parent4b9eefe3b6fce79fc0b31a97efde3b5f1ba49cea (diff)
parent4d6d593fe390a5a1dc650062306e05610908c13d (diff)
downloadyosys-8d40830ee4bf327d406cad1da6e6426976810184.tar.gz
yosys-8d40830ee4bf327d406cad1da6e6426976810184.tar.bz2
yosys-8d40830ee4bf327d406cad1da6e6426976810184.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 184fbfaee..2f670dba2 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; &st; &dch -f; &ps -l; &if {W} {D} -v; "/*"&mfs; "*/"&ps -l"
+#define ABC_COMMAND_LUT "&st; &scorr; &sweep; &dc2; &st; &dch -f; &ps -l; &if {W} {D} -v; "/*"&mfs; "*/"&ps -l"
#endif