3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-10 16:13:26 +00:00

Enable SV for localparam use by Efinix cell_sim

This commit is contained in:
Miodrag Milanovic 2024-04-08 12:45:43 +02:00
parent 91e41d8c80
commit 4ac10040ce
2 changed files with 26 additions and 25 deletions

View file

@ -16,7 +16,7 @@ for arch in ../../techlibs/*; do
done
else
echo -n "Test $path ->"
iverilog -t null -I$arch $path
iverilog -t null -I$arch -g2005-sv $path
echo " ok"
fi
done