aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/anlogic/synth_anlogic.cc
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-12-23 15:44:19 +0100
committerClifford Wolf <clifford@clifford.at>2018-12-23 15:44:19 +0100
commitd938ce7ab6df091e0edd40f85f08fcd5458d9d6d (patch)
tree1e7f17e720b7ab491cfd1defebef35f07dfb5de1 /techlibs/anlogic/synth_anlogic.cc
parent23bb77867f56e966195d99d1d89b45d510d0b92d (diff)
parente5eb3d2c8ace00aeedec410d17a4972a76782089 (diff)
downloadyosys-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.cc2
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");
}