mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-24 13:57:07 -04:00
Fix typo in wsim
This commit is contained in:
parent
d3c759518d
commit
cfa3422d61
1 changed files with 1 additions and 1 deletions
2
bin/wsim
2
bin/wsim
|
@ -124,7 +124,7 @@ cd = "cd $WALLY/sim/" +args.sim
|
|||
|
||||
# per-simulator launch
|
||||
if (args.sim == "questa"):
|
||||
if (args.gui) and (args.testbench == "testbench"):
|
||||
if (args.gui) and (args.tb == "testbench"):
|
||||
args.params += "DEBUG=1"
|
||||
if (ElfFile != ""):
|
||||
args.args += " " + ElfFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue