mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Less hacky implementation of simulation log and searched log
This commit is contained in:
parent
b5ef66dc3c
commit
d39f1ebefc
@ -366,13 +366,13 @@ if (testfloat):
|
|||||||
if ("f_" in config):
|
if ("f_" in config):
|
||||||
tests.remove("cvtfp")
|
tests.remove("cvtfp")
|
||||||
for test in tests:
|
for test in tests:
|
||||||
|
sim_log = WALLY + "/sim/questa/logs/"+config+"_"+test+".log"
|
||||||
tc = TestCase(
|
tc = TestCase(
|
||||||
name=test,
|
name=test,
|
||||||
variant=config,
|
variant=config,
|
||||||
cmd="wsim --tb testbench_fp --sim questa " + config + " " + test,
|
cmd="wsim --tb testbench_fp --sim questa " + config + " " + test + " > " + sim_log,
|
||||||
grepstr="All Tests completed with 0 errors",
|
grepstr="All Tests completed with 0 errors",
|
||||||
logfile = WALLY + "/sim/questa/logs/"+config+"_"+test+".log",
|
logfile = WALLY + "/sim/questa/logs/"+config+"_"+test+".log")
|
||||||
overwrite = 1)
|
|
||||||
configs.append(tc)
|
configs.append(tc)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user