Fix wsim elfile handling

This commit is contained in:
Jordan Carlin 2024-12-07 14:06:31 -08:00
parent 464a516e98
commit 256211e4dc
No known key found for this signature in database

View File

@ -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: