ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
|
Instruction Fetch Unit options. More...
Instruction Fetch Unit options... | |
#define | CFG_IFU_IBUF_SIZE_LD 2 |
Instruction buffer size as log2. More... | |
#define | CFG_IFU_IBUF_SIZE (1 << CFG_IFU_IBUF_SIZE_LD) |
Instruction buffer size (derived). More... | |
Instruction Fetch Unit options.
#define CFG_IFU_IBUF_SIZE (1 << CFG_IFU_IBUF_SIZE_LD) |
Instruction buffer size (derived).
#define CFG_IFU_IBUF_SIZE_LD 2 |
Instruction buffer size as log2.
Defines the log2 of the number of instruction buffer elements (max. number of prefetched instructions).