aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/greenpak4
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-06-09 11:47:41 +0200
committerClifford Wolf <clifford@clifford.at>2016-06-09 11:47:41 +0200
commit99edf249669158b8c8bef0c7c3b926a2bbb7a621 (patch)
tree8f149c3141c37228846f583fdde7080f115d8d26 /techlibs/greenpak4
parent52b0b4e31e98816bc15b957c89bca76619231143 (diff)
downloadyosys-99edf249669158b8c8bef0c7c3b926a2bbb7a621.tar.gz
yosys-99edf249669158b8c8bef0c7c3b926a2bbb7a621.tar.bz2
yosys-99edf249669158b8c8bef0c7c3b926a2bbb7a621.zip
Added "nlutmap -assert"
Diffstat (limited to 'techlibs/greenpak4')
-rw-r--r--techlibs/greenpak4/synth_greenpak4.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/techlibs/greenpak4/synth_greenpak4.cc b/techlibs/greenpak4/synth_greenpak4.cc
index b7296055a..50820a600 100644
--- a/techlibs/greenpak4/synth_greenpak4.cc
+++ b/techlibs/greenpak4/synth_greenpak4.cc
@@ -167,9 +167,9 @@ struct SynthGreenPAK4Pass : public ScriptPass
if (check_label("map_luts"))
{
- if (help_mode || part == "SLG46140V") run("nlutmap -luts 0,6,8,2", " (for -part SLG46140V)");
- if (help_mode || part == "SLG46620V") run("nlutmap -luts 2,8,16,2", "(for -part SLG46620V)");
- if (help_mode || part == "SLG46621V") run("nlutmap -luts 2,8,16,2", "(for -part SLG46621V)");
+ if (help_mode || part == "SLG46140V") run("nlutmap -assert -luts 0,6,8,2", " (for -part SLG46140V)");
+ if (help_mode || part == "SLG46620V") run("nlutmap -assert -luts 2,8,16,2", "(for -part SLG46620V)");
+ if (help_mode || part == "SLG46621V") run("nlutmap -assert -luts 2,8,16,2", "(for -part SLG46621V)");
run("clean");
}