File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ packages:
190190 dependencies:
191191 - common_cells
192192 neureka:
193- revision: 94528df2bc6d5eedc0439bd403c2ad005f0a7519
193+ revision: ff7090eb3738a5192af0f4e1499e4ed44a3041e5
194194 version: null
195195 source:
196196 Git: https://github.com/pulp-platform/neureka.git
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module cluster_interconnect_wrap
7575 // if DMA uses HWPE ports, ID width must be increased correspondingly
7676 localparam N_HCI_DMA_PORTS = DMA_USE_HWPE_PORT ? 0 : NB_DMAS ;
7777 localparam N_HCI_HWPE_PORTS = DMA_USE_HWPE_PORT ? NB_HWPE + NB_DMAS : NB_HWPE ;
78- localparam int unsigned HCI_FILTER_WRITE_R_VALID [0 : N_HCI_HWPE_PORTS - 1 ] = { 1 , 0 , 0 } ;
78+ localparam int unsigned HCI_FILTER_WRITE_R_VALID [0 : NB_HWPE - 1 ] = '{ default : 1 } ;
7979
8080
8181 // -********************************************************
@@ -178,7 +178,7 @@ module cluster_interconnect_wrap
178178 .N_MEM ( NB_TCDM_BANKS ),
179179 .IW ( TCDM_ID_WIDTH ),
180180 .TS_BIT ( TEST_SET_BIT ),
181- .EXPFIFO ( 2 ),
181+ .EXPFIFO ( 0 ),
182182 .`HCI_SIZE_PARAM (cores) ( HCI_CORE_SIZE ),
183183 .`HCI_SIZE_PARAM (mems) ( HCI_MEM_SIZE ),
184184 .`HCI_SIZE_PARAM (hwpe) ( HCI_HWPE_SIZE )
You can’t perform that action at this time.
0 commit comments