Skip to content

Commit

Permalink
Fix typo in Pbmt enum (riscv-software-src#194)
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Yosher <[email protected]>
  • Loading branch information
dhower-qc authored and Albert Yosher committed Nov 20, 2024
1 parent 411a82f commit 6987d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/isa/globals.isa
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ enum PmaAttribute {

enum Pbmt {
PMA 0 # Use underlying PMA
NV 1 # Non-cacheable, idempotent, weakly-ordered (RVWMO), main memory
NC 1 # Non-cacheable, idempotent, weakly-ordered (RVWMO), main memory
IO 2 # Non-cacheable, non-idempotent, strongly (channel 0) ordered, I/O
}

Expand Down

0 comments on commit 6987d3d

Please sign in to comment.