Instruction-fetching related variables.
Public Attributes | |
SC_WORD_TYPE * | DataBufferPosition |
Pointer to the fetched memory content. | |
sc_time | ExecutionTime |
The simulated execution time. | |
SC_WORD_TYPE * | InstBufferPosition |
Pointer to the fetched memory content. | |
uint32_t | NewPC |
The next PC to fetch. | |
uint32_t | PC |
The fetch PC. | |
CoreStage_t | Stage |
Fetch related storage. | |
sc_time | WaitTimeBegin |
When we started to wait for the FETCH. | |