aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-07-16 12:44:26 -0700
committerEddie Hung <eddie@fpgeh.com>2019-07-16 12:44:26 -0700
commit8a2a2cd035d5fe931899256711ed972fd1da3a3b (patch)
treebba126437ca31baf1f910f1a9bb023e55da9bd31 /tests
parentdd10d2b00d6760f2d09f55c90591855afcae409e (diff)
downloadyosys-8a2a2cd035d5fe931899256711ed972fd1da3a3b.tar.gz
yosys-8a2a2cd035d5fe931899256711ed972fd1da3a3b.tar.bz2
yosys-8a2a2cd035d5fe931899256711ed972fd1da3a3b.zip
Forgot to commit
Diffstat (limited to 'tests')
-rw-r--r--tests/lut/check_map_lut6.ys7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/lut/check_map_lut6.ys b/tests/lut/check_map_lut6.ys
new file mode 100644
index 000000000..8a32e4d10
--- /dev/null
+++ b/tests/lut/check_map_lut6.ys
@@ -0,0 +1,7 @@
+chparam -set LUT_WIDTH 6 top
+simplemap
+equiv_opt -assert techmap -D LUT_WIDTH=6 -map +/cmp2lut.v
+design -load postopt
+equiv_opt -assert techmap -D LUT_WIDTH=6 -map +/gate2lut.v
+design -load postopt
+select -assert-count 0 t:* t:$lut %d