close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 9 and Version 10 of crkit/Software/Firmware/Framework/R3_arch


Ignore:
Timestamp:
Jun 15, 2010, 8:56:50 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • crkit/Software/Firmware/Framework/R3_arch

    v9 v10  
    3232   
    3333 * '''RF Port''' - DAC/ADC interfacing [[BR]]
     34
    3435 * '''Control Plane''' - RMAP and RF control [[BR]]
    35  * '''Timing Control''' - system wide clock control with clock enables [[BR]]
    3636
    37 From Host, we can control the hardware (RMAP read/write operations) by sending RMAP ethernet frame messages. The Tx Command Generator forwards RMAP specific frames to RMAP Processor, whereas data specific frames are routed to the Tx Memory Controller. The RMAP frames are then parsed by the RMAP processor, where a register map read/write operation can be initiated.
     37 * '''Timing Control''' - system wide clock control using clock enables [[BR]]
    3838
    39 For RMAP read operations, the read data need to be forwarded back to Host. This is accomplished by following operations : [[BR]]
     39From Host, we can control the hardware (RMAP read/write operations) by sending RMAP ethernet frame messages. The packet classifier forwards RMAP specific frames to RMAP Processor, whereas data specific frames are routed to the Data processing functions. RMAP frames are parsed by the RMAP processor, where a register map read/write operation can be initiated.
     40
     41For RMAP read operations, read data are forwarded back to Host. This is accomplished by following operations : [[BR]]
    40421. RMAP Processor forwards read data to Rx Memory Controller. Note : shared access to Rx buffer with dataflow.[[BR]]
    41 2. Generate Ethernet frame, with added header control information for RMAP read synchronization at Host.[[BR]][[BR]]
     432. Generate IP and Ethernet frame for transmission back to host. Some control header information are added in the
     44payload section for RMAP read synchronization at Host.[[BR]][[BR]]
    4245
    4346=== Global Memory Map ===