Loading...
Searching...
No Matches
cpu_conf.h File Reference

CPU specific configuration options. More...

Detailed Description

CPU specific configuration options.

Author
Ken Rabold

Definition in file cpu_conf.h.

#include "cpu_conf_common.h"
#include "vendor/platform.h"
+ Include dependency graph for cpu_conf.h:

Go to the source code of this file.

#define CLINT_BASE_ADDR   (CLINT_CTRL_ADDR)
 Base address of the CLINT.
 
#define PLIC_BASE_ADDR   (PLIC_CTRL_ADDR)
 Base address of the PLIC peripheral.
 
#define NUM_PMP_ENTRIES   16
 Number of available PMP regions Note, the upper 8 regions are hardwired to zero!
 

Macro Definition Documentation

◆ CLINT_BASE_ADDR

#define CLINT_BASE_ADDR   (CLINT_CTRL_ADDR)

Base address of the CLINT.

Definition at line 32 of file cpu_conf.h.

◆ NUM_PMP_ENTRIES

#define NUM_PMP_ENTRIES   16

Number of available PMP regions Note, the upper 8 regions are hardwired to zero!

Definition at line 43 of file cpu_conf.h.

◆ PLIC_BASE_ADDR

#define PLIC_BASE_ADDR   (PLIC_CTRL_ADDR)

Base address of the PLIC peripheral.

Definition at line 37 of file cpu_conf.h.