Changes between Version 5 and Version 6 of DesignFlows


Ignore:
Timestamp:
Sep 1, 2008, 5:48:25 PM (16 years ago)
Author:
sgupta
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DesignFlows

    v5 v6  
    33There are two primary flows that we employ when investigating new ideas in physical layer space. The first is a non-real-time system called [wiki:WARPLab WARPLab]. This makes real-time use of the channel but all the transmitter and receiver processing is done offline in MATLAB. This is a good beginning when trying new physical layer ideas. The second is building [wiki:PHY real-time systems] to be implemented in the FPGA. Hence the programs can be independent and standalone on the node. Once new ideas have shown promise they can be hardened. We primarily use [http://www.xilinx.com/ise/optional_prod/system_generator.htm System Generator] to build our physical layers.
    44
     5[[Image(GettingStarted/Images:designflow.jpg, 600px)]]
     6
     7The real-time design flow starts at the System Generator layer but also must include the layer above, C/C++ code in the PowerPC to implement a MAC to control the physical layer.
     8
    59So the design flows are divided into:
    610 * Real-time flow - [wiki:PHY OFDM]
    711 * Non-real-time flow - [wiki:WARPLab WARPLab]
    8 
    9 [[Image(GettingStarted/Images:designflow.jpg, 600px)]]