mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
added testbench.sv support for embench tests, test output still WIP
This commit is contained in:
parent
abb6ba97cf
commit
2088c0cd7c
@ -119,6 +119,7 @@ logic [3:0] dummy;
|
|||||||
"wally32i": tests = wally32i; // *** redo
|
"wally32i": tests = wally32i; // *** redo
|
||||||
"wally32e": tests = wally32e;
|
"wally32e": tests = wally32e;
|
||||||
"wally32priv": tests = wally32priv; // *** redo
|
"wally32priv": tests = wally32priv; // *** redo
|
||||||
|
"embench": tests = embench;
|
||||||
endcase
|
endcase
|
||||||
end
|
end
|
||||||
if (tests.size() == 0) begin
|
if (tests.size() == 0) begin
|
||||||
@ -127,7 +128,7 @@ logic [3:0] dummy;
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
string signame, memfilename, pathname;
|
string signame, memfilename, pathname, objdumpfilename, adrstr;
|
||||||
|
|
||||||
logic [31:0] GPIOPinsIn, GPIOPinsOut, GPIOPinsEn;
|
logic [31:0] GPIOPinsIn, GPIOPinsOut, GPIOPinsEn;
|
||||||
logic UARTSin, UARTSout;
|
logic UARTSin, UARTSout;
|
||||||
|
Loading…
Reference in New Issue
Block a user