diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-06-17 13:33:47 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-06-17 13:33:47 -0700 |
commit | 8d40830ee4bf327d406cad1da6e6426976810184 (patch) | |
tree | 688ac127333bf2200ea9025c03e0a8eee5def3b3 | |
parent | 4b9eefe3b6fce79fc0b31a97efde3b5f1ba49cea (diff) | |
parent | 4d6d593fe390a5a1dc650062306e05610908c13d (diff) | |
download | yosys-8d40830ee4bf327d406cad1da6e6426976810184.tar.gz yosys-8d40830ee4bf327d406cad1da6e6426976810184.tar.bz2 yosys-8d40830ee4bf327d406cad1da6e6426976810184.zip |
Merge remote-tracking branch 'origin/xaig' into xc7mux
-rw-r--r-- | passes/techmap/abc9.cc | 2 |
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 |