Questasim - Fix ADV_DEBUG
Created by: silabs-robin
This PR fixes ADV_DEBUG=1
to work for vsim.
Without ADV_DEBUG=1
I get an ancient GUI (where I can't even find the "start" button).
Without this fix, I run
make test TEST=hello-world SIMULATOR=vsim USE_ISS=0 GUI=1 ADV_DEBUG=1 WAVES=1
and get:
Fatal Error :
Design File ../design.bin not found ...
Because the ../design.bin
path is slightly off.
Test status:
- Hello world with GUI (ADV_DEBUG) - Pass
-
ci_check
- Pass, except...- ... 4 runs say failed even though they print pass in the log, because Questa prints a message about not liking seeds with negative values.
- I think it is extremely unlikely that this PR has introduced this, as it touches something unrelated, so since all logs print "SIMULATION PASSED" I deem it as passed.