Files
fail/src/core/sal/gem5/notes.txt
Adrian Böckenkamp 0654967f39 A small hint about the current trap-handler impl. in gem5
Change-Id: Ia8c80152bc0eb0f032e7ddfbfa2fd9b246e34697
2013-04-03 16:55:33 +02:00

14 lines
425 B
Plaintext

Working:
- Breakpoints
- MemAccess
- Traps (limited to traps that are triggered in the weather-monitor experiment)
Note: The trap number is not provided (in onTrap()), always set to 0
On Breakpoints:
- BPRangeBreakpoints and BPSingleBreakpoints(ANY_ADDRESS) are only working with
range breakpoints enabled.
On MemAccess:
- MemAccess is only working on the simple cpu models (atomic simple,
timing simple...)