SimEng icon indicating copy to clipboard operation
SimEng copied to clipboard

Add memory fault detection and handling

Open hal-jones opened this issue 6 years ago • 0 comments

The majority of areas that deal with memory assume that all memory access is valid, when in reality access may fault due to inaccessible addresses.

A system to flag faults that occurred during memory access should be added to the memory interface specification, and systems using memory interfaces should be updated to observe these faults and raise the appropriate exception.

hal-jones avatar Jul 04 '19 14:07 hal-jones