diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-12-23 15:44:19 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2018-12-23 15:44:19 +0100 |
commit | d938ce7ab6df091e0edd40f85f08fcd5458d9d6d (patch) | |
tree | 1e7f17e720b7ab491cfd1defebef35f07dfb5de1 /techlibs/anlogic/synth_anlogic.cc | |
parent | 23bb77867f56e966195d99d1d89b45d510d0b92d (diff) | |
parent | e5eb3d2c8ace00aeedec410d17a4972a76782089 (diff) | |
download | yosys-d938ce7ab6df091e0edd40f85f08fcd5458d9d6d.tar.gz yosys-d938ce7ab6df091e0edd40f85f08fcd5458d9d6d.tar.bz2 yosys-d938ce7ab6df091e0edd40f85f08fcd5458d9d6d.zip |
Merge branch 'master' of github.com:YosysHQ/yosys
Diffstat (limited to 'techlibs/anlogic/synth_anlogic.cc')
-rw-r--r-- | techlibs/anlogic/synth_anlogic.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/anlogic/synth_anlogic.cc b/techlibs/anlogic/synth_anlogic.cc index a4eafeddf..9c44599ea 100644 --- a/techlibs/anlogic/synth_anlogic.cc +++ b/techlibs/anlogic/synth_anlogic.cc @@ -176,7 +176,7 @@ struct SynthAnlogicPass : public ScriptPass if (check_label("map_luts")) { - run("abc -lut 6"); + run("abc -lut 4:6"); run("clean"); } |