fixed sim-wally-32ic

This commit is contained in:
David Harris 2021-04-08 13:40:16 -04:00
parent 44ed38fbc8
commit aabebdb59f
3 changed files with 7 additions and 6 deletions

View File

@ -0,0 +1,3 @@
vsim -c <<!
do wally-pipelined-batch.do ../config/rv32ic rv32ic
!

View File

@ -1,3 +1 @@
vsim -c <<!
do wally-pipelined-batch.do ../config/rv32ic rv32ic
!
vsim -do "do wally-pipelined.do ../config/rv32ic"

View File

@ -351,8 +351,8 @@ string tests32i[] = {
if (`C_SUPPORTED) tests = {tests, tests64ic};
else tests = {tests, tests64iNOc};
if (`M_SUPPORTED) tests = {tests, tests64m};
if (`F_SUPPORTED) tests = {tests64f, tests};
if (`D_SUPPORTED) tests = {tests64d, tests};
// if (`F_SUPPORTED) tests = {tests64f, tests};
// if (`D_SUPPORTED) tests = {tests64d, tests};
if (`A_SUPPORTED) tests = {tests, tests64a};
end
// tests = {tests64a, tests};
@ -362,7 +362,7 @@ string tests32i[] = {
if (`C_SUPPORTED % 2 == 1) tests = {tests, tests32ic};
else tests = {tests, tests32iNOc};
if (`M_SUPPORTED % 2 == 1) tests = {tests, tests32m};
if (`F_SUPPORTED) tests = {tests32f, tests};
// if (`F_SUPPORTED) tests = {tests32f, tests};
if (`A_SUPPORTED) tests = {tests, tests32a};
end
string signame, memfilename;