Skip to content

Commit

Permalink
Add some additional registers to the Arm v9.4 config
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Jun 26, 2024
1 parent fbcc49d commit b98a77d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/armv9p4.toml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ ignore = [

"PSTATE.nRW" = "0b0"

"SCR_EL3" = "{ bits = 0x0000000000000401 }"
"HCR_EL2" = "{ bits = 0x0000000080000000 }"

"VTCR_EL2" = "{ bits = 0x0000000000000000 }"

# A map from register names that may appear in litmus files to Sail
# register names
[registers.renames]
Expand Down

0 comments on commit b98a77d

Please sign in to comment.