Fix running sva tests

This commit is contained in:
Miodrag Milanovic 2022-05-09 09:01:57 +02:00
parent 9c69e9f8a6
commit 600079e281
1 changed files with 3 additions and 4 deletions

View File

@ -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