Skip to content

Commit

Permalink
Constraints containing |
Browse files Browse the repository at this point in the history
riscv-dv/src/riscv_load_store_instr_lib.sv:434:5: Internal: Unexpected Call
  434 |     |addr_offset[XLEN-1] == 1'b1;
      |     ^

Signed-off-by: Ryszard Rozak <[email protected]>
  • Loading branch information
RRozak committed Oct 9, 2024
1 parent cece9f5 commit 9a39cc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/riscv_load_store_instr_lib.sv
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@ class riscv_load_store_rand_addr_instr_stream extends riscv_load_store_base_inst

// Find an unused 4K page from address 1M onward
constraint addr_offset_c {
|addr_offset[XLEN-1:20] == 1'b1;
// TODO(taliu) Support larger address range
addr_offset[XLEN-1:31] == 0;
addr_offset[11:0] == 0;
Expand Down

0 comments on commit 9a39cc0

Please sign in to comment.