mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-22 13:07:33 -04:00
Clarify ignored unit includes
This commit is contained in:
parent
e346737195
commit
6703b72a70
3 changed files with 4 additions and 13 deletions
|
@ -175,7 +175,7 @@ package cva5_config;
|
|||
bit INCLUDE_CBO; //Data cache invalidation operations
|
||||
|
||||
//Units
|
||||
units_t INCLUDE_UNIT;
|
||||
units_t INCLUDE_UNIT; //Value of ALU, LS, BR, and GC ignored
|
||||
|
||||
//CSR constants
|
||||
csr_config_t CSRS;
|
||||
|
@ -240,15 +240,12 @@ package cva5_config;
|
|||
//ISA options
|
||||
MODES : MSU,
|
||||
INCLUDE_UNIT : '{
|
||||
ALU : 1,
|
||||
LS : 1,
|
||||
MUL : 1,
|
||||
DIV : 1,
|
||||
CSR : 1,
|
||||
FPU : 1,
|
||||
CUSTOM : 0,
|
||||
BR : 1,
|
||||
GC : 1
|
||||
default: '0
|
||||
},
|
||||
INCLUDE_IFENCE : 1,
|
||||
INCLUDE_AMO : 0,
|
||||
|
|
|
@ -89,15 +89,12 @@ module litex_wrapper
|
|||
//ISA options
|
||||
MODES : MSU,
|
||||
INCLUDE_UNIT : '{
|
||||
ALU : 1,
|
||||
LS : 1,
|
||||
MUL : 1,
|
||||
DIV : 1,
|
||||
CSR : 1,
|
||||
FPU : 0,
|
||||
CUSTOM : 0,
|
||||
BR : 1,
|
||||
GC : 1
|
||||
default: '0
|
||||
},
|
||||
INCLUDE_IFENCE : 1,
|
||||
INCLUDE_AMO : 1,
|
||||
|
|
|
@ -36,15 +36,12 @@ package nexys_config;
|
|||
//ISA options
|
||||
MODES : MSU,
|
||||
INCLUDE_UNIT : '{
|
||||
ALU : 1,
|
||||
LS : 1,
|
||||
MUL : 1,
|
||||
DIV : 1,
|
||||
CSR : 1,
|
||||
FPU : 1,
|
||||
CUSTOM : 0,
|
||||
BR : 1,
|
||||
GC : 1
|
||||
default: '0
|
||||
},
|
||||
INCLUDE_IFENCE : 0,
|
||||
INCLUDE_AMO : 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue