Files
tatu/sim/tests/exception/PageFaultTest.scala
2026-06-29 07:00:55 +00:00

5 lines
227 B
Scala

// Verilator scenario checklist:
// 1. Unmapped instruction fetch raises instruction page fault.
// 2. Unmapped load/store raises load/store page fault.
// 3. U/S permission violations raise page fault instead of access fault.