forked from Github_Repos/cvw
Merge branch 'main' of github.com:davidharrishmc/riscv-wally into main
This commit is contained in:
commit
44ea58b771
@ -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