Changes between Version 9 and Version 10 of mapping_info


Ignore:
Timestamp:
Oct 26, 2014, 9:56:23 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mapping_info

    v9 v10  
    9191The target cluster coordinates (x,y) is defined by the base address MSB bits.
    9292
    93 === Physical peripheral ===
     93=== 3. Physical peripheral ===
    9494
    9595The '''mapping.addPeriph( )''' construct adds one peripheral, and the associated physical segment in a cluster. It has the following arguments:
     
    105105The supported peripheral types and subtypes are defined in the [source:soft/giet_vm/giet_python/mapping.py mapping.py] file.
    106106
    107 === Interrupt line ===
     107=== 4. Interrupt line ===
    108108
    109109The '''mapping.addIrq()''' construct adds one IRQ line input to an XCU peripheral, or to a PIC peripheral. It has the following arguments:
     
    115115The supported ISR types are defined in the [source:soft/giet_vm/giet_python/mapping.py mapping.py] file.
    116116
    117 === Kernel vseg ===
     117=== 5. Kernel vseg ===
    118118
    119119The '''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: