@@ -64,6 +64,7 @@ package cva6_config_pkg;
6464 CoproType : config_pkg :: COPRO_EXAMPLE ,
6565 RVZiCond : bit'(1 ),
6666 RVZicntr : bit'(1 ),
67+ RVZiCbom : bit'(1 ),
6768 RVZihpm : bit'(1 ),
6869 NrScoreboardEntries : unsigned'(8 ),
6970 PerfCounterEn : bit'(1 ),
@@ -104,6 +105,11 @@ package cva6_config_pkg;
104105 CachedRegionLength : 1024 '({ 64'h2_0000_0000 , 64'h1_0000 } ),
105106 MaxOutstandingStores : unsigned'(7 ),
106107 DebugEn : bit'(1 ),
108+ SDTRIG : bit'(0 ),
109+ Mcontrol6 : bit'(0 ),
110+ Icount : bit'(0 ),
111+ Etrigger : bit'(0 ),
112+ Itrigger : bit'(0 ),
107113 AxiBurstWriteEn : bit'(1 ),
108114 IcacheByteSize : unsigned'(32768 ),
109115 IcacheSetAssoc : unsigned'(8 ),
@@ -113,6 +119,7 @@ package cva6_config_pkg;
113119 DcacheSetAssoc : unsigned'(8 ),
114120 DcacheLineWidth : unsigned'(512 ),
115121 DcacheFlushOnFence : bit'(0 ),
122+ DcacheFlushOnFenceI : bit'(0 ),
116123 DcacheInvalidateOnFlush : bit'(0 ),
117124 DataUserEn : unsigned'(0 ),
118125 WtDcacheWbufDepth : int'(8 ),
@@ -121,6 +128,7 @@ package cva6_config_pkg;
121128 InstrTlbEntries : int'(16 ),
122129 DataTlbEntries : int'(16 ),
123130 UseSharedTlb : bit'(0 ),
131+ SvnapotEn : bit'(0 ),
124132 SharedTlbDepth : int'(64 ),
125133 NrLoadPipeRegs : int'(0 ),
126134 NrStorePipeRegs : int'(0 ),
0 commit comments