Changes between Version 45 and Version 46 of WARPLab/Downloads


Ignore:
Timestamp:
Jul 10, 2013, 10:18:06 AM (11 years ago)
Author:
welsh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Downloads

    v45 v46  
    33= Downloads =
    44
    5 '''Download Latest Reference Design: [http://warp.rice.edu/dl/refdes/warplab/v7/release/WARPLab_Reference_Design_7.1.0.zip WARPLab_Reference_Design_7.1.0.zip]'''
    6 
    7 ''Note:'' Users should run the wl_setup in this archive if they want to use this release. Running wl_setup directly from the latest SVN checkout may not be compatible with released bitstreams. We are always working on new features and the code in SVN reflects latest changes that may require different designs running on WARP hardware. The files in the archived releases are snapshots of SVN that are fully compatible with the bitstreams those archives contain.
     5== 7.2.0 Release: ==
     6'''Download: [http://warp.rice.edu/dl/refdes/warplab/v7/release/WARPLab_Reference_Design_7.2.0.zip WARPLab_Reference_Design_7.2.0.zip]'''
    87
    98Release Details:
    109||= Hardware =||= Release =||= Date Posted =||= SVN Rev. =||= ISE Ver. =||= Arch =||=  MATLAB Ver.  =||=  RF Interface Support =||
    11 ||  WARP v3  ||  7.1.0  ||  8-May-2013  ||  [browser:ResearchApps/PHY/WARPLAB/WARPLab7?rev=2035 2035]  ||  14.4  ||  MB/AXI  ||  2009b or later  || 1-2: WARP v3 on-board interfaces [[BR]] 3-4: Requires [wiki:HardwareUsersGuides/FMC-RF-2X245 FMC-RF-2X245] ||
    12 ||  WARP v2  ||  7.1.0  ||  8-May-2013  ||  [browser:ResearchApps/PHY/WARPLAB/WARPLab7?rev=2035 2035]  ||  14.4  ||  PPC/PLB  ||  2009b or later  || 1-2: Radios in slots 2 & 3 [[BR]] 3-4: Radios in slots 1 & 4 ||
     10||  WARP v3  ||  7.2.0  ||  10-July-2013  ||  [browser:ResearchApps/PHY/WARPLAB/WARPLab7?rev=2081 2081]  ||  14.4  ||  MB/AXI  ||  2009b or later  || 1-2: WARP v3 on-board interfaces [[BR]] 3-4: Requires [wiki:HardwareUsersGuides/FMC-RF-2X245 FMC-RF-2X245] ||
     11||  WARP v2  ||  7.2.0  ||  10-July-2013  ||  [browser:ResearchApps/PHY/WARPLAB/WARPLab7?rev=2081 2081]  ||  14.4  ||  PPC/PLB  ||  2009b or later  || 1-2: Radios in slots 2 & 3 [[BR]] 3-4: Radios in slots 1 & 4 ||
    1312
    14 What's new in 7.1.0:
    15  * May 8: minor bug fix to a problem that prevented wl_initNodes from testing broadcast triggers. This change will not affect user code, so it was an in-place upgrade to the 7.1.0 release. (svn 2034)
    16  * Added support for WARP v2
    17  * Added support for text file configuration of node IDs based on serial number. This configuration option is a replacement of the usual DIP switch configuration
    18  * Added new trigger processor core to handle a variety of kinds of triggers: Ethernet, External Port, Energy Detection (svn 2010)
     13 * '''Requires use of new WARPXilnet library 3.02.a'''
     14
     15 * Added support for broadcast write-only commands via a wl_node subclass called [source:ResearchApps/PHY/WARPLAB/WARPLab7/M_Code_Reference/classes/wl_node_group.m wl_node_group].
     16 * Updated Ethernet processing - reduced both transmit and receive processing times
     17   * Updated Ethernet A interface from AXI FIFO to AXI DMA
     18 * Updated [wiki:WARPLab/FPGAArchitecture/WARPLAB_7_2_0 FPGA HW design]
     19   * Added support for 1GB of DDR to reference design
     20   * Updated bus architecture to improve performance
     21 * Updated Trigger Manager to reduce input delay jitter.  '''Adds 1 additional cycle of latency to all Trigger Manager debug inputs.'''
     22   * Updated [wiki:WARPlab/Examples/8x2Array 8x2 Multi-node Array] example to reflect additional latency
     23 * Added additional mode to wl_ver:
     24   * Ability to pass a string as an argument to wl_ver.  Will issue a warning if the current framework is newer than the version.  Will issue an error if the current framework is older than the version.
     25   * Ability to pass a node object as an argument to wl_ver.  Will issue an error if version does not match.
     26 * Fixed bugs:
     27   * Added global initialization back to wl_initNodes
     28   * Updated 'output_config_delay' command in the Trigger Manager to print the actual delay configured in the hardware
     29   * Removed print statement in ifc_init()
     30   * Fixed issue in EEPROM code described in this [http://warpproject.org/forums/viewtopic.php?pid=8569#p8569 forum post]
     31
    1932
    2033View [wiki:../Changelog full change log].