From 10208561c0d1c77ff14cfbc7c21ef144b4616632 Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Wed, 8 Feb 2023 13:39:07 +0100 Subject: [PATCH] Enabling 12 cores on the cluster. --- include/archi/chips/pulp/properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/archi/chips/pulp/properties.h b/include/archi/chips/pulp/properties.h index 666d72d..292e00e 100644 --- a/include/archi/chips/pulp/properties.h +++ b/include/archi/chips/pulp/properties.h @@ -92,7 +92,7 @@ #define ARCHI_HAS_CLUSTER 1 #define ARCHI_L1_TAS_BIT 20 #ifndef ARCHI_CLUSTER_NB_PE -#define ARCHI_CLUSTER_NB_PE 8 +#define ARCHI_CLUSTER_NB_PE 12 #endif #define ARCHI_NB_CLUSTER 1