mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-23 21:38:55 -04:00
Change call to make to be lcoation agnostic
This commit is contained in:
parent
4fb2822857
commit
79708f8ecc
1 changed files with 1 additions and 1 deletions
2
bin/wsim
2
bin/wsim
|
@ -156,7 +156,7 @@ def runQuesta(args, flags, prefix):
|
|||
|
||||
def runVerilator(args, flags, prefix):
|
||||
print(f"Running Verilator on {args.config} {args.testsuite}")
|
||||
os.system(f'/usr/bin/make -C {WALLY}/sim/verilator WALLYCONF={args.config} TEST={args.testsuite} TESTBENCH={args.tb} PLUS_ARGS="{args.args}" PARAM_ARGS="{args.params}"')
|
||||
os.system(f'make -C {WALLY}/sim/verilator WALLYCONF={args.config} TEST={args.testsuite} TESTBENCH={args.tb} PLUS_ARGS="{args.args}" PARAM_ARGS="{args.params}"')
|
||||
|
||||
def runVCS(args, flags, prefix):
|
||||
print(f"Running VCS on {args.config} {args.testsuite}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue