Changes between Version 42 and Version 43 of mapping_info


Ignore:
Timestamp:
Aug 19, 2016, 5:58:51 PM (8 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • mapping_info

    v42 v43  
    106106The target cluster coordinates (x,y) are implicitely defined by the base address MSB bits.
    107107
    108 === 4. Physical peripheral ===
     108=== 4. Physical peripherals ===
    109109
    110110The '''mapping.addPeriph( )''' construct adds one peripheral, and the associated physical segment in a cluster. It has the following arguments:
     
    124124Hardware coprocessors using the MWMR_DMA controller to access memory are described as peripherals. They must be defined with the MWR ''ptype'' argument, and the ''subtype'' argument defines the coprocessor type.
    125125
    126 Three peripheral components require specific arguments with the following semantic:
    127 ||               || Frame Buffer                    || Interrupt controller      || Generic DMA Controller              ||
    128 || ptype     ||   FBF                                 ||   XCU                           ||   MWR                                        ||
    129 || arg0       || number of pixels per line || Number of HWI inputs || number of TO_COPROC ports      ||
    130 || arg1       || number of lines                || Number of PTI inputs  || number of FROM_COPROC ports ||
    131 || arg2       || unused                             || Number of WTI inputs  || number of CONFIG registers       ||
    132 || arg3       || unused                             || unused                       || number of STATUS registers       ||
     126Four peripheral components require specific arguments with the following semantics:
     127||               || Frame Buffer                    || Interrupt controller      || DMA Controller                             ||  Programmable Interrupt Controller ||
     128|| ptype     ||   FBF                                 ||   XCU                           ||   MWR                                        ||    PIC                                              ||
     129|| arg0       || number of pixels per line || Number of HWI inputs || number of TO_COPROC ports      || number of HWI inputs                      ||
     130|| arg1       || number of lines                || Number of PTI inputs  || number of FROM_COPROC ports || unused                                          ||
     131|| arg2       || unused                             || Number of WTI inputs  || number of CONFIG registers       || unused                                           ||
     132|| arg3       || unused                             || unused                       || number of STATUS registers         || unused                                            ||
    133133
    134134=== 5. Interrupt line ===