Skip to content

Commit b12e029

Browse files
author
Yvan Tortorella
committed
Enabling 12 cores on the cluster.
1 parent 4acc850 commit b12e029

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

rtl/includes/pulp_soc_defines.sv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
//`define NO_SCM
5858

5959
//`define APU_CLUSTER
60-
`define SHARED_FPU_CLUSTER
60+
// `define SHARED_FPU_CLUSTER
6161

6262
// uncomment if you want to place the DEMUX peripherals (EU, MCHAN) rigth before the Test and set region.
6363
// This will steal 16KB from the 1MB TCDM reegion.
@@ -104,7 +104,7 @@
104104

105105
//PARAMETRES
106106
`define NB_CLUSTERS 1
107-
`define NB_CORES 8
107+
`define NB_CORES 12
108108
`define NB_DMAS 4
109109
`define NB_MPERIPHS 1
110110
`define NB_SPERIPHS 10

rtl/pulp/cluster_domain.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module cluster_domain
4848
`endif
4949

5050
`ifdef PRIVATE_ICACHE
51-
parameter NB_CACHE_BANKS = `NB_CORES,
51+
parameter NB_CACHE_BANKS = 8,
5252
`endif
5353

5454
parameter CACHE_LINE = 1,

0 commit comments

Comments
 (0)