10 | | * '''External peripherals''' are located in one single cluster identified by the [X_IO,Y_IO] global variables defined in the hard_config.h file, and the associated segment vbase address SEG_PERI_BASE (32 bits must be defined in the hard_config.h file. |
11 | | * '''Internal peripherals''' are replicated in all clusters, and the associated segment vbase address is defined as vbase = SEG_PERI_BASE + cluster_xy * PERI_CLUSTER_INCREMENT. |
| 10 | * '''External peripherals''' are located in one single cluster identified by the [X_IO,Y_IO] global variables. |
| 11 | * '''Internal peripherals''', such as ICU, XCU, DMA or MMC, are replicated in all clusters. |