diff --git a/wally-pipelined/testbench/testbench-imperas.sv b/wally-pipelined/testbench/testbench-imperas.sv index 6f38f58f..5d49e368 100644 --- a/wally-pipelined/testbench/testbench-imperas.sv +++ b/wally-pipelined/testbench/testbench-imperas.sv @@ -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;