mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 13:57:07 -04:00
Fix VCS testbench argument
This commit is contained in:
parent
cfa3422d61
commit
3edbdf8e86
1 changed files with 1 additions and 1 deletions
2
bin/wsim
2
bin/wsim
|
@ -160,6 +160,6 @@ elif (args.sim == "vcs"):
|
|||
print("VCS params: " + vcsparams)
|
||||
if (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)
|
||||
os.system(cmd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue