Minor testbench updates to rv64icfd

This commit is contained in:
James E. Stine 2021-05-21 09:41:21 -05:00
parent 23769e36a5
commit e70136ec78

View File

@ -118,7 +118,6 @@ string tests32f[] = '{
"rv64f/I-FSUB-S-01", "2000"
};
string tests64d[] = '{
"rv64d/I-FMV-D-X-01", "2000",
// "rv64d/I-FADD-D-01", "2000",
@ -154,8 +153,6 @@ string tests32f[] = '{
// "rv64d/I-FSUB-D-01", "2000"
};
string tests64a[] = '{
"rv64a/WALLY-AMO", "2110",
"rv64a/WALLY-LRSC", "2110"
@ -441,9 +438,9 @@ string tests32f[] = '{
};
string testsBP64[] = '{
"rv64BP/simple", "10000",
"rv64BP/qsort", "1000000",
"rv64BP/sieve", "1000000"
"rv64BP/simple", "10000",
"rv64BP/qsort", "1000000",
"rv64BP/sieve", "1000000"
};
string tests64p[] = '{
@ -495,9 +492,7 @@ string tests32f[] = '{
"rv32i-periph/WALLY-PLIC", "2080"
};
string tests[];
string tests[];
string ProgramAddrMapFile, ProgramLabelMapFile;
logic [`AHBW-1:0] HRDATAEXT;
logic HREADYEXT, HRESPEXT;
@ -548,7 +543,6 @@ string tests32f[] = '{
end
end
string signame, memfilename;
logic [31:0] GPIOPinsIn, GPIOPinsOut, GPIOPinsEn;