mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fix wsim elfile handling
This commit is contained in:
parent
464a516e98
commit
256211e4dc
2
bin/wsim
2
bin/wsim
@ -87,7 +87,7 @@ def prepSim(args, ElfFile):
|
|||||||
if args.tb == "testbench_fp":
|
if args.tb == "testbench_fp":
|
||||||
paramsList.append(f'TEST="{args.testsuite}"')
|
paramsList.append(f'TEST="{args.testsuite}"')
|
||||||
if ElfFile:
|
if ElfFile:
|
||||||
argsList.append += f"{ElfFile}"
|
argsList.append(f"{ElfFile}")
|
||||||
if args.gui and args.tb == "testbench":
|
if args.gui and args.tb == "testbench":
|
||||||
paramsList.append("DEBUG=1")
|
paramsList.append("DEBUG=1")
|
||||||
if args.ccov:
|
if args.ccov:
|
||||||
|
Loading…
Reference in New Issue
Block a user