!Memory components are 1,2,3,12,13,23,123 !Which mem components are subsets of which mem somponents (each column is a subset of the row (1) or not (0) SUBSET: [ 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 1 1 1 1 1 1 1 ] !Access numbers of data blocks at each program phase (3 phases * 10 blocks) ACCESSES: [ 16 0 0 1 2 3 2 !P1 0 12 0 2 1 2 3 0 9 6 3 2 2 1 !P2 8 0 7 1 2 3 2 0 8 6 1 3 2 2 !P3 9 0 7 3 2 2 1 ] !Shows which memory component is local to which processor. LOCAL: [ 1 0 0 1 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 1 ] ! Energy consumption effect of ports being used PORTS_E: [ 1 1 1 2 2 2 4 ] !Energy consumption values of each processor accessing a memory unit on a level !ENERGY_CONSUMPTION: ! [ ! 1 3 3 2 2 4 3 ! 2 4 4 3 3 5 4 ! 3 5 5 4 4 6 5 ! ! 3 1 3 2 4 2 3 ! 4 2 4 3 5 3 4 ! 5 3 5 4 6 4 5 ! ! 3 3 1 4 2 2 3 ! 4 4 2 5 3 3 4 ! 5 5 3 6 4 4 5 ! ! ]