summaryrefslogtreecommitdiffstats
path: root/src/occ_405/amec/amec_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/occ_405/amec/amec_part.h')
-rwxr-xr-xsrc/occ_405/amec/amec_part.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/occ_405/amec/amec_part.h b/src/occ_405/amec/amec_part.h
index b95909c..a4a1830 100755
--- a/src/occ_405/amec/amec_part.h
+++ b/src/occ_405/amec/amec_part.h
@@ -49,8 +49,11 @@
// Number of cores in system
#define AMEC_PART_NUM_CORES (MAX_NUM_OCC * MAX_NUM_CORES)
-// On a given OCC, only 12 partitions can be defined
-#define AMEC_PART_MAX_PART MAX_NUM_CORES
+// No support for PLPM, all cores will be in the same core group (partition)
+// The main PLPM code will stay but the partition sensors were removed for all but the
+// one core group in order to save SRAM
+// If this ever changes then there must be sensors UTILSLCGx defined for each core group possible
+#define AMEC_PART_MAX_PART 1
// Invalid core group ID
#define AMEC_PART_INVALID_ID 0xFF
OpenPOWER on IntegriCloud