cachesim
A cache simulator
Data Fields
TraceStep Struct Reference

Описание шага трассы More...

#include <trace.h>

Data Fields

char op
 'R' - чтение, 'W' - запись
char mem
 'D' - память данных, 'I' - память инструкций
memaddr_t addr
 адрес в памяти
int size
 размер операции (1, 2, 4, 8)
MemoryCell value [8]
 данные для чтения/записи

Detailed Description

Описание шага трассы

Структура описывает шаг трассы

Definition at line 19 of file trace.h.


Field Documentation

адрес в памяти

Definition at line 23 of file trace.h.

char mem

'D' - память данных, 'I' - память инструкций

Definition at line 22 of file trace.h.

char op

'R' - чтение, 'W' - запись

Definition at line 21 of file trace.h.

int size

размер операции (1, 2, 4, 8)

Definition at line 24 of file trace.h.

данные для чтения/записи

Definition at line 25 of file trace.h.


The documentation for this struct was generated from the following file: