Changes between Version 5 and Version 6 of mapping_info
- Timestamp:
- Oct 26, 2014, 1:11:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
mapping_info
v5 v6 72 72 || ram_size || physical memory bank size in one cluster (bytes) || 73 73 74 === Construct cluster_ioperipherals ===74 === Construct external peripherals === 75 75 76 The mapping.addPeriph( ) define the non replicated peripherals available in cluster_io. It has the following arguments76 The ''mapping.addPeriph( )'' construct adds one peripheral, and the associated physical segment. It has the following arguments: 77 77 || name || peripheral name || 78 78 || base || peripheral segment physical base address || … … 85 85 The 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. 86 86 87 === Construct physical memory banks === 88 89 The ''mapping.addRam( )'' construct adds one physical memory bank, and the associated physical segment. It has the following arguments: 87 90 88 91 == Application description : appli.py ===