forked from Github_Repos/cvw
fixed sim-wally-32ic
This commit is contained in:
parent
eefeae58fa
commit
6a6ccca3c8
3
wally-pipelined/regression/sim-wally-batch-rv32ic
Executable file
3
wally-pipelined/regression/sim-wally-batch-rv32ic
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
vsim -c <<!
|
||||||
|
do wally-pipelined-batch.do ../config/rv32ic rv32ic
|
||||||
|
!
|
@ -1,3 +1 @@
|
|||||||
vsim -c <<!
|
vsim -do "do wally-pipelined.do ../config/rv32ic"
|
||||||
do wally-pipelined-batch.do ../config/rv32ic rv32ic
|
|
||||||
!
|
|
@ -351,8 +351,8 @@ string tests32i[] = {
|
|||||||
if (`C_SUPPORTED) tests = {tests, tests64ic};
|
if (`C_SUPPORTED) tests = {tests, tests64ic};
|
||||||
else tests = {tests, tests64iNOc};
|
else tests = {tests, tests64iNOc};
|
||||||
if (`M_SUPPORTED) tests = {tests, tests64m};
|
if (`M_SUPPORTED) tests = {tests, tests64m};
|
||||||
if (`F_SUPPORTED) tests = {tests64f, tests};
|
// if (`F_SUPPORTED) tests = {tests64f, tests};
|
||||||
if (`D_SUPPORTED) tests = {tests64d, tests};
|
// if (`D_SUPPORTED) tests = {tests64d, tests};
|
||||||
if (`A_SUPPORTED) tests = {tests, tests64a};
|
if (`A_SUPPORTED) tests = {tests, tests64a};
|
||||||
end
|
end
|
||||||
// tests = {tests64a, tests};
|
// tests = {tests64a, tests};
|
||||||
@ -362,7 +362,7 @@ string tests32i[] = {
|
|||||||
if (`C_SUPPORTED % 2 == 1) tests = {tests, tests32ic};
|
if (`C_SUPPORTED % 2 == 1) tests = {tests, tests32ic};
|
||||||
else tests = {tests, tests32iNOc};
|
else tests = {tests, tests32iNOc};
|
||||||
if (`M_SUPPORTED % 2 == 1) tests = {tests, tests32m};
|
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};
|
if (`A_SUPPORTED) tests = {tests, tests32a};
|
||||||
end
|
end
|
||||||
string signame, memfilename;
|
string signame, memfilename;
|
||||||
|
Loading…
Reference in New Issue
Block a user