Skip to content

Commit

Permalink
src: bound riscv_load_store_rand_addr_instr_stream
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Kokosinski <[email protected]>
  • Loading branch information
fkokosinski committed Jun 27, 2024
1 parent c2fab37 commit c626b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/riscv_load_store_instr_lib.sv
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ class riscv_load_store_rand_addr_instr_stream extends riscv_load_store_base_inst
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[XLEN-1:26] == 0;
addr_offset[11:0] == 0;
}

Expand Down

0 comments on commit c626b2e

Please sign in to comment.