Incorporated new Imperas tests. f and d tests are failing and c tests are hanging.

This commit is contained in:
David Harris 2021-12-26 04:36:53 +00:00
parent 48bb534658
commit e6ed1372a7
4 changed files with 695 additions and 405 deletions

View File

@ -49,7 +49,7 @@ tc = TestCase(
grepstr="400100000 instructions")
configs.append(tc)
tests64 = ["wally64i", "arch64i", "arch64priv", "arch64c", "arch64m", "imperas64i", "imperas64p", "imperas64mmu", "imperas64m", "imperas64a", "imperas64c"] #, "testsBP64"] /*"imperas64f", "imperas64d",*/
tests64 = ["wally64i", "arch64i", "arch64priv", "arch64c", "arch64m", "imperas64i", "imperas64f", "imperas64d", "imperas64p", "imperas64mmu", "imperas64m", "imperas64a", "imperas64c"] #, "testsBP64"]
for test in tests64:
tc = TestCase(
name=test,
@ -57,7 +57,7 @@ for test in tests64:
grepstr="All tests ran without failures")
configs.append(tc)
#tests32 = ["arch32i", "arch32priv", "arch32c", "arch32m", "arch32f", "imperas32i", "imperas32p", "imperas32mmu", "imperas32f", "imperas32m", "imperas32a", "imperas32c"]
tests32 = ["wally32i", "arch32i", "arch32priv", "arch32c", "arch32m", "imperas32i", "imperas32p", "imperas32mmu", "imperas32m", "imperas32a", "imperas32c"] # /*"imperas32f", */
tests32 = ["wally32i", "arch32i", "arch32priv", "arch32c", "arch32m", "imperas32i", "imperas32f", "imperas32p", "imperas32mmu", "imperas32m", "imperas32a", "imperas32c"]
for test in tests32:
tc = TestCase(
name=test,

View File

@ -1,3 +1,3 @@
vsim -c <<!
do wally-pipelined-batch.do rv64gc imperas64i
do wally-pipelined-batch.do rv64gc imperas64c
!

View File

@ -198,6 +198,7 @@ logic [3:0] dummy;
always
begin
clk = 1; # 5; clk = 0; # 5;
if ($time % 100000 == 0) $display("Time is %0t", $time);
end
// check results

File diff suppressed because it is too large Load Diff