mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-06-27 17:00:57 -04:00
Add more load_store generated tests to improve CC (#1641)
This commit is contained in:
parent
dc2a177a39
commit
b143be15d2
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ elif [[ "$list_num" = 5 ]];then
|
|||
"riscv_load_store_hazard_test"
|
||||
"riscv_unaligned_load_store_test"
|
||||
);
|
||||
I=(50 50 50 50);
|
||||
I=(100 100 100 100);
|
||||
elif [[ "$list_num" = 6 ]];then
|
||||
TEST_NAME=(
|
||||
"riscv_rand_jump_hint_comp_test"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue