Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Referencing variables in with clause
%Error: /path/riscv-dv/src/riscv_page_table_list.sv:182:87: Can't find definition of variable: 'u' 182 | if (!(valid_leaf_pte.randomize() with { if(privileged_mode == USER_MODE) { u == 1'b1; } else { if(!(cfg.mstatus_sum && cfg.mstatus_mprv)) { u == 1'b0; } } a == 1'b1; d == 1'b1; soft x wr == R_W_EXECUTE_PAGE; v == 1'b1; })) begin | ^ Signed-off-by: Ryszard Rozak <[email protected]>
- Loading branch information