mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Run both Questa and VCS during nightly regression
This commit is contained in:
parent
bdd0043cd1
commit
a89e064d1d
@ -273,6 +273,7 @@ regressionDir = WALLY + '/sim'
|
|||||||
os.chdir(regressionDir)
|
os.chdir(regressionDir)
|
||||||
|
|
||||||
coveragesim = "questa" # Questa is required for code/functional coverage
|
coveragesim = "questa" # Questa is required for code/functional coverage
|
||||||
|
#defaultsim = "vcs" # Default simulator for all other tests; change to Verilator when flow is ready
|
||||||
defaultsim = "questa" # Default simulator for all other tests; change to Verilator when flow is ready
|
defaultsim = "questa" # Default simulator for all other tests; change to Verilator when flow is ready
|
||||||
#defaultsim = "verilator" # Default simulator for all other tests
|
#defaultsim = "verilator" # Default simulator for all other tests
|
||||||
|
|
||||||
@ -283,7 +284,8 @@ testfloat = '--testfloat' in sys.argv
|
|||||||
|
|
||||||
if (nightly):
|
if (nightly):
|
||||||
nightMode = "--nightly";
|
nightMode = "--nightly";
|
||||||
sims = [defaultsim]
|
# sims = [defaultsim]
|
||||||
|
sims = ["questa", "vcs"]
|
||||||
# sims = ["questa", "verilator", "vcs"] # *** uncomment to exercise all simulators
|
# sims = ["questa", "verilator", "vcs"] # *** uncomment to exercise all simulators
|
||||||
else:
|
else:
|
||||||
nightMode = ""
|
nightMode = ""
|
||||||
|
Loading…
Reference in New Issue
Block a user