mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
remove rv32e from regression because it is broken; goes with previous commit
This commit is contained in:
parent
186267e35a
commit
fc2e3d1fbf
@ -88,14 +88,14 @@ for test in tests32ic:
|
|||||||
grepstr="All tests ran without failures")
|
grepstr="All tests ran without failures")
|
||||||
configs.append(tc)
|
configs.append(tc)
|
||||||
|
|
||||||
tests32e = ["wally32e"]
|
#tests32e = ["wally32e"]
|
||||||
for test in tests32e:
|
#for test in tests32e:
|
||||||
tc = TestCase(
|
# tc = TestCase(
|
||||||
name=test,
|
# name=test,
|
||||||
variant="rv32e",
|
# variant="rv32e",
|
||||||
cmd="vsim > {} -c <<!\ndo wally-pipelined-batch.do rv32e "+test+"\n!",
|
# cmd="vsim > {} -c <<!\ndo wally-pipelined-batch.do rv32e "+test+"\n!",
|
||||||
grepstr="All tests ran without failures")
|
# grepstr="All tests ran without failures")
|
||||||
configs.append(tc)
|
# configs.append(tc)
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
|
Loading…
Reference in New Issue
Block a user