mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix typo in wsim
This commit is contained in:
parent
d3c759518d
commit
cfa3422d61
2
bin/wsim
2
bin/wsim
@ -124,7 +124,7 @@ cd = "cd $WALLY/sim/" +args.sim
|
|||||||
|
|
||||||
# per-simulator launch
|
# per-simulator launch
|
||||||
if (args.sim == "questa"):
|
if (args.sim == "questa"):
|
||||||
if (args.gui) and (args.testbench == "testbench"):
|
if (args.gui) and (args.tb == "testbench"):
|
||||||
args.params += "DEBUG=1"
|
args.params += "DEBUG=1"
|
||||||
if (ElfFile != ""):
|
if (ElfFile != ""):
|
||||||
args.args += " " + ElfFile
|
args.args += " " + ElfFile
|
||||||
|
Loading…
Reference in New Issue
Block a user