45 | | mapping = Mapping( name # mapping name |
46 | | x_size # number of clusters in a row of the 2D mesh |
47 | | y_size # number of clusters in a column of the 2D mesh |
48 | | nprocs # number of processors per cluster |
49 | | x_width # number of bits to encode X coordinate in paddr (default = 4) |
50 | | y_width # number of bits to encode Y coordinate in paddr (default = 4) |
51 | | p_width # number of bits to encode local processor index (default = 4) |
52 | | paddr_width # number of bits in physical address |
53 | | coherence # Boolean true if hardware cache coherence |
| 45 | || name || mapping name == architecture name || |
| 46 | || x_size || number of clusters in a row of the 2D mesh || |
| 47 | || y_size || number of clusters in a column of the 2D mesh || |
| 48 | || nprocs || number of processors per cluster || |
| 49 | || x_width || number of bits to encode X coordinate in paddr (default = 4) || |
| 50 | || y_width || number of bits to encode Y coordinate in paddr (default = 4) || |
| 51 | || p_width || number of bits to encode local processor index (default = 4) || |
| 52 | || paddr_width || number of bits in physical address || |
| 53 | || coherence || Boolean true if hardware cache coherence || |