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


Ignore:
Timestamp:
Jun 16, 2010, 7:09:49 PM (14 years ago)
Author:
khanhle
Comment:

--

Legend:

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

    v18 v19  
    8181[[BR]][[BR]]
    8282
     83The packet consists of following headers :
     84 * [wiki:Software/Firmware/Framework/R3_arch/ethernet Ethernet]
     85 * [wiki:Software/Firmware/Framework/R3_arch/ip IPv4]
     86 * [wiki:Software/Firmware/Framework/R3_arch/udp UDP]
     87 * [wiki:Software/Firmware/Framework/R3_arch/tcp TCP]
    8388 
    84 for Host -> HW, and HW -> Host directions. Some header information are appended to provide additional control information.[[BR]]   
     89#for Host -> HW, and HW -> Host directions. Some header information are appended to provide additional control information.[[BR]]   
    8590 
    86 [wiki:Internal/SDR/Firmware/Framework/R3_arch/eth_from_host Host -> HW] : two types of Ethernet frames e.g. rmap and data frames.[[BR]]
    87 [wiki:Internal/SDR/Firmware/Framework/R3_arch/eth_to_host HW -> Host] : two types of Ethernet frames e.g. rmap read and data. The data frames are further classified in additional subtypes such as generic data, FFT data structures and so forth. Host may perform additional processing on the data structures.
     91#[wiki:Internal/SDR/Firmware/Framework/R3_arch/eth_from_host Host -> HW] : two types of Ethernet frames e.g. rmap and data frames.[[BR]]
     92#[wiki:Internal/SDR/Firmware/Framework/R3_arch/eth_to_host HW -> Host] : two types of Ethernet frames e.g. rmap read and data. The data frames are further classified #in additional subtypes such as generic data, FFT data structures and so forth. Host may perform additional processing on the data structures.
    8893
    89 Segmentation - this function is performed by the 'Tx Ethernet Interface' module. This module will automatically segment the data structure if size is greater than 1500 bytes (payload is stored in Rx Buffer). Some control information are appended to denote first, intermediate and last segment. Refer to [wiki:Internal/SDR/Firmware/Framework/R3_arch/eth_to_host HW -> Host] for further details.
    90 [[BR]][[BR]] 
     94#Segmentation - this function is performed by the 'Tx Ethernet Interface' module. This module will automatically segment the data structure if size is greater than #1500 bytes (payload is stored in Rx Buffer). Some control information are appended to denote first, intermediate and last segment. Refer to [wiki:Internal/SDR/Firmware/Framework/R3_arch/eth_to_host HW -> Host] for further details.
     95#[[BR]][[BR]] 
    9196   
    9297=== Control Flow ===