Changes between Version 4 and Version 5 of 802.11/Architecture


Ignore:
Timestamp:
Jul 27, 2013, 11:31:47 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 802.11/Architecture

    v4 v5  
    33= 802.11 Reference Design: Architecture =
    44
    5 [[Image(wiki:802.11/files:wlan_ref_des_arch.png, width=500, right)]]
     5The 802.11 Reference Design is implemented entirely in the FPGA of the WARP v3 node. PHY processing is divided across multiple cores (Tx, Rx, AGC, hardware control, etc.). The MAC is implemented primarily in software running in two MicroBlaze CPUs, with a support core in the FPGA to achieve accurate inter-packet timing. The overall design is integrated in Xilinx Platform Studio (XPS). The source code/models for all components are available in the repository: [browser:/ReferenceDesigns/w3_802.11 /ReferenceDesigns/w3_802.11] and are distributed under the [wiki:../License Mango Reference Design License].
    66
    7 The 802.11 Reference Design is implemented entirely in the FPGA of the WARP v3 node. PHY processing is divided across multiple cores (Tx, Rx, AGC, hardware control, etc.). The MAC is implemented primarily in software running in two MicroBlaze CPUs, with a support core in the FPGA to achieve accurate inter-packet timing. The overall design is integrated in Xilinx Platform Studio (XPS). The source code/models for all components are available in the repository: [browser:/ReferenceDesigns/w3_802.11 /ReferenceDesigns/w3_802.11] and are distributed under the [wiki:../License Mango Reference Design License].
     7The overall architecture of the design is illustrated below.
     8
     9[[Image(wiki:802.11/files:wlan_ref_des_arch.png, width=500)]]
    810
    911== FPGA Cores ==