Changes between Version 5 and Version 6 of mapping_info


Ignore:
Timestamp:
Oct 26, 2014, 1:11:12 PM (10 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mapping_info

    v5 v6  
    7272|| ram_size          || physical memory bank size in one cluster (bytes) ||
    7373
    74 === Construct cluster_io peripherals ===
     74=== Construct external peripherals ===
    7575
    76 The mapping.addPeriph( ) define the non replicated peripherals available in cluster_io. It has the following arguments
     76The ''mapping.addPeriph( )'' construct adds one peripheral, and the associated physical segment. It has the following arguments:
    7777|| name      || peripheral name ||
    7878|| base       || peripheral segment physical base address ||
     
    8585The Peripheral types are defined in the [source:soft/giet_vm/giet_xml/mapping_info.h mapping_info.h] and [source:soft/giet_vm/giet_python/mapping.py mapping.py] files.
    8686
     87=== Construct physical memory banks ===
     88
     89The ''mapping.addRam( )'' construct adds one physical memory bank, and the associated physical segment. It has the following arguments:
    8790
    8891== Application description : appli.py ===