mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Cleanup
This commit is contained in:
parent
2818bdbaa8
commit
7c297af0eb
bin
2
bin/wsim
2
bin/wsim
@ -50,7 +50,7 @@ def validateArgs(args):
|
|||||||
elif (args.tb == "testbench_fp" and args.sim != "questa"):
|
elif (args.tb == "testbench_fp" and args.sim != "questa"):
|
||||||
print("Error: testbench_fp presently only supported by Questa, not VCS or Verilator, because of a touchy testbench")
|
print("Error: testbench_fp presently only supported by Questa, not VCS or Verilator, because of a touchy testbench")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
elif ("breker" in args.elf or "breker" in args.testsuite) and args.sim != "questa":
|
elif (args.config == "breker" and args.sim != "questa"):
|
||||||
print("Error: Breker tests currently only supported by Questa")
|
print("Error: Breker tests currently only supported by Questa")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user