diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-05-09 09:01:57 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-05-09 09:01:57 +0200 |
commit | 600079e281d1dcf295c1c97616109b5ea5f3d34d (patch) | |
tree | 5d65b1d74db2519cf610d81beb9fb7b50c5fc493 /tests | |
parent | 9c69e9f8a60180f61e4ca8de9887e98e231dc043 (diff) | |
download | yosys-600079e281d1dcf295c1c97616109b5ea5f3d34d.tar.gz yosys-600079e281d1dcf295c1c97616109b5ea5f3d34d.tar.bz2 yosys-600079e281d1dcf295c1c97616109b5ea5f3d34d.zip |
Fix running sva tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/sva/runtest.sh | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/sva/runtest.sh b/tests/sva/runtest.sh index 1b65ca9c9..8ed7f8cbc 100644 --- a/tests/sva/runtest.sh +++ b/tests/sva/runtest.sh @@ -22,18 +22,17 @@ generate_sby() { if [ -f $prefix.sv ]; then if [ "$1" = "fail" ]; then - echo "verific -sv ${prefix}_fail.sv" + echo "read -sv ${prefix}_fail.sv" else - echo "verific -sv $prefix.sv" + echo "read -sv $prefix.sv" fi fi if [ -f $prefix.vhd ]; then - echo "verific -vhdl $prefix.vhd" + echo "read -vhdl $prefix.vhd" fi cat <<- EOT - verific -import -extnets -all top prep -top top chformal -early -assume |