mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Added MIE tests to testbench
This commit is contained in:
parent
7c2481bea6
commit
66344f0604
@ -359,7 +359,8 @@ module testbench();
|
|||||||
"rv64p/WALLY-MARCHID", "4000",
|
"rv64p/WALLY-MARCHID", "4000",
|
||||||
"rv64p/WALLY-MIMPID", "4000",
|
"rv64p/WALLY-MIMPID", "4000",
|
||||||
"rv64p/WALLY-MHARTID", "4000",
|
"rv64p/WALLY-MHARTID", "4000",
|
||||||
"rv64p/WALLY-MVENDORID", "4000"
|
"rv64p/WALLY-MVENDORID", "4000",
|
||||||
|
"rv64p/WALLY-MIE", "3000"
|
||||||
};
|
};
|
||||||
|
|
||||||
string tests32p[] = '{
|
string tests32p[] = '{
|
||||||
@ -374,7 +375,8 @@ module testbench();
|
|||||||
"rv32p/WALLY-MHARTID", "4000",
|
"rv32p/WALLY-MHARTID", "4000",
|
||||||
"rv32p/WALLY-MVENDORID", "4000",
|
"rv32p/WALLY-MVENDORID", "4000",
|
||||||
"rv32p/WALLY-MTVEC", "2000",
|
"rv32p/WALLY-MTVEC", "2000",
|
||||||
"rv32p/WALLY-STVEC", "2000"
|
"rv32p/WALLY-STVEC", "2000",
|
||||||
|
"rv32p/WALLY-MIE", "3000"
|
||||||
};
|
};
|
||||||
|
|
||||||
string tests64periph[] = '{
|
string tests64periph[] = '{
|
||||||
|
Loading…
Reference in New Issue
Block a user