Skip to content

Commit 7ed8d56

Browse files
Merge pull request #2453 from XavierAubert/cv32e40p/fix_2439_PR_issue
Corrected a non-expected behavior due to PR2439
2 parents a2d201d + f15a4b3 commit 7ed8d56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cv32e40p/env/corev-dv/cv32e40p_load_store_instr_lib.sv

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
class cv32e40p_multi_page_load_store_instr_stream extends riscv_multi_page_load_store_instr_stream;
20-
rand bit has_taken_avail_comp_reg[];
20+
rand int has_taken_avail_comp_reg[];
2121
riscv_reg_t s0_a5_avail_regs[];
2222

2323
constraint with_compress_instructions_c {
@@ -48,7 +48,7 @@
4848

4949

5050
class cv32e40p_mem_region_stress_test extends riscv_mem_region_stress_test;
51-
rand bit has_taken_avail_comp_reg[];
51+
rand int has_taken_avail_comp_reg[];
5252
riscv_reg_t s0_a5_avail_regs[];
5353

5454
constraint with_compress_instructions_c {

0 commit comments

Comments
 (0)