mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
fixed regression-wally --fcov-act directory missing error
This commit is contained in:
parent
a30b3e3ff4
commit
63c4075967
1 changed files with 2 additions and 0 deletions
|
@ -507,6 +507,8 @@ def selectTests(args, sims, coverStr):
|
||||||
# addTestsByDir(f"{WALLY}/tests/riscof/work/riscv-arch-test/rv64i_m/pmp", "rv64gc", coveragesim, coverStr, configs, lockstepMode=1) TODO: Add when working in lockstep
|
# addTestsByDir(f"{WALLY}/tests/riscof/work/riscv-arch-test/rv64i_m/pmp", "rv64gc", coveragesim, coverStr, configs, lockstepMode=1) TODO: Add when working in lockstep
|
||||||
# run cvw-riscv-arch-test tests in functional coverage mode
|
# run cvw-riscv-arch-test tests in functional coverage mode
|
||||||
if args.fcov_act:
|
if args.fcov_act:
|
||||||
|
os.makedirs(f"{WALLY}/tests/riscof/work/cvw-riscv-arch-test/rv32i", exist_ok=True)
|
||||||
|
os.makedirs(f"{WALLY}/tests/riscof/work/cvw-riscv-arch-test/rv64i", exist_ok=True)
|
||||||
addTestsByDir(f"{WALLY}/tests/riscof/work/cvw-riscv-arch-test/rv32i", "rv32gc", coveragesim, coverStr, configs, lockstepMode=1)
|
addTestsByDir(f"{WALLY}/tests/riscof/work/cvw-riscv-arch-test/rv32i", "rv32gc", coveragesim, coverStr, configs, lockstepMode=1)
|
||||||
addTestsByDir(f"{WALLY}/tests/riscof/work/cvw-riscv-arch-test/rv64i", "rv64gc", coveragesim, coverStr, configs, lockstepMode=1)
|
addTestsByDir(f"{WALLY}/tests/riscof/work/cvw-riscv-arch-test/rv64i", "rv64gc", coveragesim, coverStr, configs, lockstepMode=1)
|
||||||
# run branch predictor tests
|
# run branch predictor tests
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue