Changes between Version 9 and Version 10 of mapping_info
- Timestamp:
- Oct 26, 2014, 9:56:23 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mapping_info
v9 v10 91 91 The target cluster coordinates (x,y) is defined by the base address MSB bits. 92 92 93 === Physical peripheral ===93 === 3. Physical peripheral === 94 94 95 95 The '''mapping.addPeriph( )''' construct adds one peripheral, and the associated physical segment in a cluster. It has the following arguments: … … 105 105 The supported peripheral types and subtypes are defined in the [source:soft/giet_vm/giet_python/mapping.py mapping.py] file. 106 106 107 === Interrupt line ===107 === 4. Interrupt line === 108 108 109 109 The '''mapping.addIrq()''' construct adds one IRQ line input to an XCU peripheral, or to a PIC peripheral. It has the following arguments: … … 115 115 The supported ISR types are defined in the [source:soft/giet_vm/giet_python/mapping.py mapping.py] file. 116 116 117 === Kernel vseg ===117 === 5. Kernel vseg === 118 118 119 119 The '''mapping.addGlobal()''' construct define a kernel virtual segment (a ''kernel vseg'' is defined in all ''vspaces'', and is called ''global''). It has the following arguments: