Skip to content

Commit

Permalink
Merge pull request #2453 from XavierAubert/cv32e40p/fix_2439_PR_issue
Browse files Browse the repository at this point in the history
Corrected a non-expected behavior due to PR2439
  • Loading branch information
MikeOpenHWGroup authored May 29, 2024
2 parents a2d201d + f15a4b3 commit 7ed8d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cv32e40p/env/corev-dv/cv32e40p_load_store_instr_lib.sv
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


class cv32e40p_multi_page_load_store_instr_stream extends riscv_multi_page_load_store_instr_stream;
rand bit has_taken_avail_comp_reg[];
rand int has_taken_avail_comp_reg[];
riscv_reg_t s0_a5_avail_regs[];

constraint with_compress_instructions_c {
Expand Down Expand Up @@ -48,7 +48,7 @@


class cv32e40p_mem_region_stress_test extends riscv_mem_region_stress_test;
rand bit has_taken_avail_comp_reg[];
rand int has_taken_avail_comp_reg[];
riscv_reg_t s0_a5_avail_regs[];

constraint with_compress_instructions_c {
Expand Down

0 comments on commit 7ed8d56

Please sign in to comment.