Skip to content

Commit

Permalink
Fixed typo in comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Oystein Knauserud <Oystein.Knauserud@silabs.com>
  • Loading branch information
silabs-oysteink committed Jan 12, 2023
1 parent 7dc2804 commit cbffb7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sva/cv32e40s_cs_registers_sva.sv
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ module cv32e40s_cs_registers_sva
ex_wb_pipe_i.csr_en &&
!ctrl_fsm_i.kill_wb
|=>
$stable(pmpncfg_q)) // Check all PMP address registers
$stable(pmpncfg_q)) // Check all PMP CFG registers
else `uvm_error("cs_registers", "pmpncfg_q changed after set/clear with rs1==0")


Expand Down

0 comments on commit cbffb7c

Please sign in to comment.