aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite/synth/sns01/testsuite.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/synth/sns01/testsuite.sh')
-rwxr-xr-xtestsuite/synth/sns01/testsuite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/synth/sns01/testsuite.sh b/testsuite/synth/sns01/testsuite.sh
index c6f573dd1..4a4ff76cd 100755
--- a/testsuite/synth/sns01/testsuite.sh
+++ b/testsuite/synth/sns01/testsuite.sh
@@ -5,7 +5,7 @@
GHDL_STD_FLAGS=-fsynopsys
# Compare opers.
-for f in adds subs cmplt cmple cmpgt cmpge cmpeq cmpne; do
+for f in adds subs unaries muls cmplt cmple cmpgt cmpge cmpeq cmpne shrs exts; do
analyze $f.vhdl
analyze tb_$f.vhdl
elab_simulate tb_$f > $f.ref