From 43f70120eb51d9d5ff8e429e0128d12b8c302fe2 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sun, 8 Sep 2019 16:30:32 +0200 Subject: testsuite/synth: add a test for slices. --- testsuite/synth/slice01/testsuite.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/synth/slice01/testsuite.sh') diff --git a/testsuite/synth/slice01/testsuite.sh b/testsuite/synth/slice01/testsuite.sh index 1729c688d..0220769ab 100755 --- a/testsuite/synth/slice01/testsuite.sh +++ b/testsuite/synth/slice01/testsuite.sh @@ -2,14 +2,14 @@ . ../../testenv.sh -for t in slice01; do +for t in slice01 slice02; do analyze $t.vhdl tb_$t.vhdl elab_simulate tb_$t clean synth $t.vhdl -e $t > syn_$t.vhdl analyze syn_$t.vhdl tb_$t.vhdl - elab_simulate tb_$t + elab_simulate tb_$t --ieee-asserts=disable-at-0 clean done -- cgit v1.2.3