ParaNut SystemC Model
A SystemC Model of the ParaNut architecture

Instruction Fetch Unit options. More...

Collaboration diagram for Instruction Fetch Unit:

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...
 

Detailed Description

Instruction Fetch Unit options.

Macro Definition Documentation

◆ CFG_IFU_IBUF_SIZE

#define CFG_IFU_IBUF_SIZE   (1 << CFG_IFU_IBUF_SIZE_LD)

Instruction buffer size (derived).

◆ CFG_IFU_IBUF_SIZE_LD

#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).