Changes between Version 11 and Version 12 of OFDMReferenceDesign/Changelog


Ignore:
Timestamp:
Jul 17, 2008, 8:56:49 PM (16 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Changelog

    v11 v12  
    55 * Download the XPS project: [http://warp.rice.edu/bigFiles/OFDM_ReferenceDesign_v10.zip OFDM_ReferenceDesign_v10.zip]
    66 * Built using cores and code as of repository [source:/@1010 revision 1010]
    7  * This version uses the version 10 Xilinx tools with service pack 2
    8  * The OPB has been deprecated. All peripherals in this design use the PLB
    9  * Fall of Tx data to rise of Tx ACK turn-around time reduced from 30 microseconds to 23
     7 * This design requires version 10.1.02 of the Xilinx tools
     8 * Data-ACK turnaround time is now 23µs (as measured by the fall of data Tx to rise of ACK Tx)
     9
     10'''Hardware Changes'''
     11 * Xilinx deprecated the OPB and PLB34 busses. PLB46 is the new (and only) bus standard used in this design
     12 * The System Generator cores (OFDM transceiver, timer, packet detector & AGC) were created using Sysgen's new PLB46 export flow; sysgen2opb is no longer required
     13 * Xilinx did not port the plb_ethernet EMAC forward to PLB46. This design uses the xps_ethernetlite EMAC instead, customized to enable promiscuous mode (i.e. no receive address filtering)
     14 * The xps_centraldma pcore is used to handle DMA (since the EMAC no longer provides its own DMA)
     15 * The OFDM transceiver has a new interrupt output indicating the reception of a bad header
     16 * Fixed a few logic bugs in the transceiver's handling of multiple interrupts
     17 * Merged all user I/O into single GPIO core (LEDs, hex displays, push buttons & DIP switch); a [source:/PlatformSupport/WARPMAC/util/warp_userio.h header file] helps with the required bit masking/shifting
     18
     19'''Software Changes'''
    1020 * Ethernet is now operated exclusively in a polling mode for increased performance
     21 * [source:/PlatformSupport/WARPMAC WARPMAC/WARPPHY] re-architected and cleaned; the code flows for transmitting and receiving packets are now consistent across various packet types
     22 * A layer of [source:/PlatformSupport/WARPMAC/util register access macros] was added between WARPPHY and the OFDM cores; these macros adapt the old sysgen2opb register access code to the new Sysgen PLB46 export code. These macros will retired in a future revision.
     23
     24----
    1125
    1226== OFDM Reference Design v09 (2008-Jun-11) ==
     
    2034   * By default, left and right push buttons use left and right radios respectively (only for MIMO WARP kits)
    2135   * Numerous tweaks to MAC timing parameters
     36
     37----
    2238
    2339== OFDM Reference Design v08 (2008-Feb-08) ==