aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sva/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sva/runtest.sh')
-rw-r--r--tests/sva/runtest.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sva/runtest.sh b/tests/sva/runtest.sh
index 35c95a3e0..1b65ca9c9 100644
--- a/tests/sva/runtest.sh
+++ b/tests/sva/runtest.sh
@@ -29,12 +29,13 @@ generate_sby() {
fi
if [ -f $prefix.vhd ]; then
- echo "verific -vhdpsl $prefix.vhd"
+ echo "verific -vhdl $prefix.vhd"
fi
cat <<- EOT
verific -import -extnets -all top
prep -top top
+ chformal -early -assume
[files]
EOT