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 11 and Version 12 of crkit/Software/Firmware/Framework/R3_arch


Ignore:
Timestamp:
Jun 16, 2010, 3:36:54 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

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

    v11 v12  
    3737 * '''Timing Control''' - system wide clock control using clock enables [[BR]]
    3838
    39 From 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.
     39From Host, we can control the hardware (RMAP read/write operations) by sending RMAP ethernet frame messages. The packet classifier classifies and forwards packets according to its
     40type :
     41 * RMAP packets  -> RMAP Processor
     42 * Data packets  -> Tx Buffer for APP processing
     43 * Other packets -> TCP/IP stack
    4044
    4145For RMAP read operations, read data must be forwarded back to Host. This is accomplished by following operations : [[BR]]
    42 1. RMAP Processor forwards read data to Rx Memory Controller. Note : shared access to Rx buffer with dataflow.[[BR]]
    43 2. Generate IP and Ethernet frame for transmission back to host. Some control header information are added in the
    44 payload section for Host RMAP read synchronization.[[BR]][[BR]]
     46 1. RMAP Processor forwards read data to Rx Memory Controller. Note : shared access to Rx buffer with dataflow.[[BR]]
     47 2. Generate IP and Ethernet frame for transmission back to host. Some control header information are added in the payload section for Host RMAP read synchronization.[[BR]][[BR]]
    4548
    4649=== Global Memory Map ===