Changes between Version 29 and Version 30 of mapping_info


Ignore:
Timestamp:
Feb 15, 2015, 11:32:24 AM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mapping_info

    v29 v30  
    4444
    4545|| mapping_cluster_t    || a cluster                 || contains psegs, processors, peripherals and coprocessors ||
    46 || mapping_pseg_t      || a physical segment || defined by a name, a base address ans a size (bytes)         || 
    47 || mapping_vspace_t   || a virtual space        || contains several vsegs and several parallel tasks                ||
    48 || mapping_vseg_t      || a virtual segment    || contains one software object                                             ||     
    49 || mapping_task_t       || a task                      || must be statically associated to a processor                    || 
    50 || mapping_proc_t       || a processor            || can contain IRQ inputs (for XCU or PIC peripherals)           ||
    51 || mapping_irq_t         || a source interrupt   ||                                                                                         ||
    52 || mapping_coproc_t   || a coprocessor          || contains several cp_ports                                                 ||
    53 || mapping_cp_port_t  || a coprocessor port  ||                                                                                         ||
     46|| mapping_pseg_t      || a physical segment || defined by a name, a base address ans a size (bytes) || 
     47|| mapping_vspace_t   || a virtual space        || contains several vsegs and several parallel tasks ||
     48|| mapping_vseg_t      || a virtual segment    || contains a software object ||     
     49|| mapping_task_t       || a task                      || must be statically associated to a processor  || 
     50|| mapping_proc_t       || a processor            || identified by a triple index (x,y,lpid) ||
     51|| mapping_irq_t         || a source interrupt   ||  define the ISR to be executed  ||
     52|| mapping_coproc_t   || a coprocessor          || contains several cp_ports ||
     53|| mapping_cp_port_t  || a coprocessor port  ||  define input/output direction  ||
     54|| mapping_periph_t    || a peripheral            || associated to a specific pseg  ||
    5455
    5556The ''map.bin'' file must be stored on disk and will be loaded  in memory by the GIET_VM bootloader in the ''seg_boot_mapping'' segment.