Skip to content

Commit

Permalink
Fix a trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnikhil committed Dec 12, 2023
1 parent 3ec6e19 commit 25f4502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/riscv_vmem.sail
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ function update_PTE_Bits(sv_params : SV_Params,
let pte_lsbs = Mk_PTE_LSBs (pte [7 .. 0]);

// Update 'dirty' bit?
let update_d : bool = (pte_lsbs.D() == 0b0)
let update_d : bool = (pte_lsbs.D() == 0b0)
& (match a {
Execute() => false,
Read() => false,
Expand Down

0 comments on commit 25f4502

Please sign in to comment.