mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix VCS testbench argument
This commit is contained in:
parent
cfa3422d61
commit
3edbdf8e86
2
bin/wsim
2
bin/wsim
@ -160,6 +160,6 @@ elif (args.sim == "vcs"):
|
|||||||
print("VCS params: " + vcsparams)
|
print("VCS params: " + vcsparams)
|
||||||
if (ElfFile != ""):
|
if (ElfFile != ""):
|
||||||
ElfFile = " --elffile " + ElfFile
|
ElfFile = " --elffile " + ElfFile
|
||||||
cmd = cd + "; " + prefix + " ./run_vcs " + args.config + " " + args.testsuite + " " + args.tb + " " + vcsargs + vcsparams + ElfFile + " " + flags
|
cmd = cd + "; " + prefix + " ./run_vcs " + args.config + " " + args.testsuite + " " + " --tb " + args.tb + " " + vcsargs + vcsparams + ElfFile + " " + flags
|
||||||
print(cmd)
|
print(cmd)
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user