#include <acsim.h>
Collaboration diagram for _ac_sto_list:
Public Attributes | |
char * | name |
Device name. | |
char * | format |
Device format. Only possible for registers. | |
unsigned | size |
Size expressed in bytes. Used for memories and generic caches. | |
unsigned | width |
Width of registers expressed in bits. Used for register banks. | |
unsigned | level |
Memory hierachy level. | |
ac_sto_types | type |
Type of the device. | |
_ac_sto_list * | higher |
Points to the successor in the memory hierarchy. | |
ac_cache_parms * | parms |
Parameter list used for (not generic) ac_cache declarations. | |
_ac_sto_list * | next |
Next element. |
Definition at line 129 of file acsim.h.