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"
@ -495,8 +492,6 @@ string tests32f[] = '{
"rv32i-periph/WALLY-PLIC", "2080"
};
string tests[];
string ProgramAddrMapFile, ProgramLabelMapFile;
logic [`AHBW-1:0] HRDATAEXT;
@ -548,7 +543,6 @@ string tests32f[] = '{
end
end
string signame, memfilename;
logic [31:0] GPIOPinsIn, GPIOPinsOut, GPIOPinsEn;