ParaNut SystemC Model
A SystemC Model of the ParaNut architecture

Load Store Unit options. More...

Collaboration diagram for Load Store Unit:

Load Store Unit options...

#define CFG_LSU_WBUF_SIZE_LD   2
 LSU write buffer size as log2. More...
 
#define CFG_LSU_WBUF_SIZE   (1 << CFG_LSU_WBUF_SIZE_LD)
 LSU write buffer size (derived). More...
 

Detailed Description

Load Store Unit options.

Macro Definition Documentation

◆ CFG_LSU_WBUF_SIZE

#define CFG_LSU_WBUF_SIZE   (1 << CFG_LSU_WBUF_SIZE_LD)

LSU write buffer size (derived).

◆ CFG_LSU_WBUF_SIZE_LD

#define CFG_LSU_WBUF_SIZE_LD   2

LSU write buffer size as log2.

Defines the log2 of the number of write buffer elements in the LSU.