diff --git a/bin/wsim b/bin/wsim index e6d72c3b9..b13019e1c 100755 --- a/bin/wsim +++ b/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)