Changes between Version 39 and Version 40 of WARPLab/Changelog


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Changelog

    v39 v40  
    77== Changes in SVN pending release ==
    88
     9 * None
     10
     11
     12== 7.2.0 Release: ==
     13'''Download: [http://warp.rice.edu/dl/refdes/warplab/v7/release/WARPLab_Reference_Design_7.2.0.zip WARPLab_Reference_Design_7.2.0.zip]'''
     14
     15Release Details:
     16||= Hardware =||= Release =||= Date Posted =||= SVN Rev. =||= ISE Ver. =||= Arch =||=  MATLAB Ver.  =||=  RF Interface Support =||
     17||  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] ||
     18||  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 ||
     19
     20 * '''Requires use of new WARPXilnet library 3.02.a'''
     21
    922 * 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].
     23 * Updated Ethernet processing - reduced both transmit and receive processing times
     24   * Updated Ethernet A interface from AXI FIFO to AXI DMA
     25 * Updated [wiki:WARPLab/FPGAArchitecture/WARPLAB_7_2_0 FPGA HW design]
     26   * Added support for 1GB of DDR to reference design
     27   * Updated bus architecture to improve performance
     28 * Updated Trigger Manager to reduce input delay jitter.  '''Adds 1 additional cycle of latency to all Trigger Manager debug inputs.'''
     29   * Updated [wiki:WARPlab/Examples/8x2Array 8x2 Multi-node Array] example to reflect additional latency
     30 * Added additional mode to wl_ver:
     31   * 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.
     32   * Ability to pass a node object as an argument to wl_ver.  Will issue an error if version does not match.
     33 * Fixed bugs:
     34   * Added global initialization back to wl_initNodes
     35   * Updated 'output_config_delay' command in the Trigger Manager to print the actual delay configured in the hardware
     36   * Removed print statement in ifc_init()
     37   * Fixed issue in EEPROM code described in this [http://warpproject.org/forums/viewtopic.php?pid=8569#p8569 forum post]
     38
    1039
    1140== 7.1.0 Release: ==