Package be.lmenten.avr.core.analysis
Class Access
java.lang.Object
be.lmenten.avr.core.analysis.Access
This class describe an access description to a memory zone of the core.
- Since:
- 1.0
- Version:
- 1.0, (12 Jul 2020)
- Author:
- Laurent Menten
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the type of access.Get the accessing instruction.long
getTick()
Get cycle clock counter value at the time of the access.
-
Constructor Details
-
Access
-
-
Method Details
-
getTick
public long getTick()Get cycle clock counter value at the time of the access.- Returns:
- the cycle clock counter
-
getInstruction
Get the accessing instruction.- Returns:
- the accessing instruction
-
getAccessType
Get the type of access.- Returns:
- the type of access
-