Quick patch to regression-wally to "fix" rv32ic.

This commit is contained in:
Ross Thompson 2022-02-02 19:24:24 -06:00
parent 38bbe23d14
commit 06c5a825c4

View File

@ -84,7 +84,7 @@ for test in tests32ic:
tc = TestCase(
name=test,
variant="rv32ic",
cmd="vsim > {} -c <<!\ndo wally-pipelined-batch.do rv32ic "+test+"\n!",
cmd="vsim > {} -c <<!\ndo wally-pipelined-tim-batch.do rv32ic "+test+"\n!",
grepstr="All tests ran without failures")
configs.append(tc)