Changes between Version 4 and Version 5 of OFDMReferenceDesign/Changelog


Ignore:
Timestamp:
Jun 11, 2008, 2:35:30 PM (16 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OFDMReferenceDesign/Changelog

    v4 v5  
    11= [wiki:OFDMReferenceDesign OFDM Reference Design] History =
    22
    3 == OFDM Reference Design v08 (2008-Jun-11) ==
     3== OFDM Reference Design v09 (2008-Jun-11) ==
    44 * Download the XPS project: [http://warp.rice.edu/bigFiles/OFDM_ReferenceDesign_v09.zip OFDM_ReferenceDesign_v09.zip]
    55 * Built using cores and code as of repository [source:/@906 revision 906]
     
    1111   * Numerous tweaks to MAC timing parameters
    1212
     13== OFDM Reference Design v08 (2008-Feb-08) ==
     14 * Download the XPS project: [http://warp.rice.edu/bigFiles/OFDM_ReferenceDesign_v08.zip OFDM_ReferenceDesign_v08.zip]
     15 * Built using cores and code as of repository [source:/@834 revision 834]
     16 * Updated [source:/ResearchApps/PHY/MIMO_OFDM OFDM PHY]
     17   * Added support for header-only packets (like ACKs); numFullRateSymbols can be zero
     18   * Last two bytes of header are now a 16-bit CRC of just the header
     19   * Added new interrupt output for good header; asserts for non-header-only packets when header CRC passes
     20   * Added TxDone interrupt output; asserts when a packet transmission finishes
     21   * Fixed bugs in dynamic modulation mask usage
     22 * Updated [source:/PlatformSupport/WARPMAC/ warpmac/warpphy] & [source:/ResearchApps/MAC/CSMAMAC/ csmamac]
     23   * Changes to support new PHY features
     24   * Added TxDone & GoodHeader interrupt handlers; unused in this version
     25   * Added lots of comments to the source code to better explain various MAC/PHY interactions
     26