mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed imperas.ic prefix for vcs
This commit is contained in:
parent
873bd61296
commit
604f9d3a45
2
bin/wsim
2
bin/wsim
@ -118,6 +118,6 @@ elif (args.sim == "vcs"):
|
|||||||
vcsargs = " --args " + args.args
|
vcsargs = " --args " + args.args
|
||||||
if (ElfFile != ""):
|
if (ElfFile != ""):
|
||||||
ElfFile = " --elffile " + ElfFile
|
ElfFile = " --elffile " + ElfFile
|
||||||
cmd = cd + "; ./run_vcs " + args.config + " " + args.testsuite + vcsargs + ElfFile + " " + flags
|
cmd = cd + "; " + prefix + " ./run_vcs " + args.config + " " + args.testsuite + vcsargs + ElfFile + " " + flags
|
||||||
print(cmd)
|
print(cmd)
|
||||||
os.system(cmd)
|
os.system(cmd)
|
||||||
|
Loading…
Reference in New Issue
Block a user