Changes between Version 31 and Version 32 of WARPLab6/Releases


Ignore:
Timestamp:
Aug 30, 2012, 8:51:43 AM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab6/Releases

    v31 v32  
    66
    77WARPLab '''Version 6.1''' is the latest WARPLab release.
    8  * '''Notes for v6.1'''
     8 * '''Notes for v6.2, Posted August 2012'''
     9  * Added support for [http://www.mangocomm.com/products/kits/warp-v3-kit WARP v3]. In this release, the source models and software for WARPLab are different for WARP v3 than the v1 and v2 hardware. In a future release, these will merge back together to a common code base.
     10  * Added a new WARPLab command to verify network settings from within Matlab. If it even seems like WARPLab isn't working, simply run warplab_networkCheck(N) from the Matlab command line (where N is the number of nodes in your setup). This will run a series of diagnoses to help figure out what the problem is.
     11  * We introduced a bug in the prior 6.1 release that made the processing of sync packets jittery. This has been fixed in this release.
     12 * '''Notes for v6.1, Posted July 2012'''
    913  * Small, but important, bug fix. MAC addresses for each node were not updated based on dip switch value. This made any setup larger than 1 node fail due to arp table collisions. This has been resolved. v6.0 is deprecated and should not be used
    10  * '''Notes for v6.0'''
    11   * Posted July 2012
     14 * '''Notes for v6.0, Posted July 2012'''
    1215  * Design defaults to using gigabit Ethernet on WARP v2 Hardware (Virtex-4)
    1316  * Improved packet handling on WARP v2 for fewer packet drops
     
    1518  * Small change to M-code reference to reduce likelihood of "failed to receive ACK" error.
    1619  * Thanks to a modified pnet for Matlab's UDP handling, WARPLab is sped by ~10x
    17  * '''Notes for v5.2'''
    18   * Posted December 2009
     20 * '''Notes for v5.2, Posted December 2009'''
    1921  * Can store RSSI data in the 4x4 design
    2022  * Consolidated the Sysgen models. Now there is one Sysgen model, {{{warplab_mimo_4x4.mdl}}}, that implements the full system: 4 radios with I/Q and RSSI buffers. The 2x2 MIMO and 4x4 MIMO [wiki:WARPLab/RefDesign Reference Designs] are identical except the 2x2 Design leaves two paths of the model unconnected.
    2123  * Minor update: Added the Null MGT wrapper core to the project (see note at the end of the [wiki:HardwareUsersGuides/FPGABoard_v2.2/MGTs FPGA Board user guide])
    22  * '''Notes for v5.1'''
    23   * Posted November 2009
     24 * '''Notes for v5.1, Posted November 2009'''
    2425  * Builds upon the features of Version 5
    2526  * Support for both Version 1 and 2 of the FPGA Board
    2627  * Single C-code base for both the 2x2 and 4x4 Reference Designs
    2728  * Interoperable across both versions of the FPGA Boards
    28  * '''Notes for v5.0'''
    29   * Posted September 2009
     29 * '''Notes for v5.0, Posted September 2009'''
    3030  * Includes Automatic Gain Control (AGC). Previous versions of WARPLab required Manual Gain Control (MGC), the user was required to set receiver gains manually. Now AGC or MGC can be selected by M-code functions.
    3131  * RSSI data read is supported by the 2x2 MIMO bitstream but not by the 4x4 MIMO bitstream