3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-07 09:55:20 +00:00

Fix running sva tests

This commit is contained in:
Miodrag Milanovic 2022-05-09 09:01:57 +02:00
parent 9c69e9f8a6
commit 600079e281

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