Commit e109be6f authored by Dimitris Lampridis's avatar Dimitris Lampridis Committed by Tristan Gingold

sim: improve SNR of terminal output

parent 3bc0f999
...@@ -4,7 +4,7 @@ set -e ...@@ -4,7 +4,7 @@ set -e
for i in 1 2 3 4 5 6 7 8 9; do for i in 1 2 3 4 5 6 7 8 9; do
echo echo
echo "Scenario $i" echo "Scenario $i"
vsim -gg_scenario=$i -c -do "run 5us; quit" top_tb | tee sim.log vsim -quiet -gg_scenario=$i -c -do "set NumericStdNoWarnings 1; run 5us; quit" top_tb | tee sim.log
# check log # check log
if grep -F '# ** ' sim.log | grep -E -v 'Note|Warning'; then if grep -F '# ** ' sim.log | grep -E -v 'Note|Warning'; then
echo "Simulation failed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" echo "Simulation failed!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment