Changes between Version 62 and Version 63 of WARPLab/Downloads


Ignore:
Timestamp:
Feb 6, 2015, 5:53:32 PM (9 years ago)
Author:
murphpo
Comment:

Reverted to version 61.

Legend:

Unmodified
Added
Removed
Modified
  • WARPLab/Downloads

    v62 v63  
    3838
    3939
     40
     41
     42== 7.4.0 Release: ==
     43'''Download: [http://warpproject.org/dl/refdes/warplab/v7/release/WARPLab_Reference_Design_7.4.0.zip WARPLab_Reference_Design_7.4.0.zip]'''
     44
     45Release Details:
     46||= Hardware =||= Release =||= Date Posted =||= SVN Rev. =||= ISE Ver. =||= Arch =||=  MATLAB Ver.  =||=  RF Interface Support =||
     47||  WARP v3  ||  7.4.0  ||  25-Feb-2014  ||  [browser:ResearchApps/PHY/WARPLAB/WARPLab7?rev=2886 2886]  ||  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] ||
     48||  WARP v2  ||  7.4.0  ||  25-Feb-2014  ||  [browser:ResearchApps/PHY/WARPLAB/WARPLab7?rev=2886 2886]  ||  14.4  ||  PPC/PLB  ||  2009b or later  || 1-2: Radios in slots 2 & 3 [[BR]] 3-4: Radios in slots 1 & 4 ||
     49
     50 * '''Requires use of WARPXilnet library 3.03.a''' - [wiki:edk_user_repository update your edk_user_repository] before compiling the reference software project
     51
     52
     53 * '''Added [wiki:WARPLab/Examples/OFDM OFDM Comm Example]'''
     54   * Implements a simple OFDM transmitter and receiver.
     55   * Can run with or without WARP hardware in the loop and does not require any extra MATLAB toolboxes.
     56 * Updates to WARPLab cores:
     57   * Updated the WARPLab Buffers core in both WARP v2 and v3 (w2_warplab_buffers_plbw_v2_04_a and w3_warplab_buffers_axiw_v2_04_a) to honor the TxLength field in continuous transmit mode.
     58   * Updated the WARPLab AGC core in both WARP v2 and v3 (w2_warplab_agc_plbw_v2_01_a and w3_warplab_agc_axiw_v2_01_a) to allow for finer control of when the AGC resets. 
     59     * Added MATLAB commands:
     60       * {{{wl_basebandCmd(nodes, 'agc_reset_on_timeout', <true, false>);}}}
     61       * {{{wl_basebandCmd(nodes, 'agc_reset_timeout_value', <time in microseconds>);}}}
     62     * By default, the AGC will reset on timeout and the timeout value is set to be just longer than a IQ receive.  This is the same behavior as previous WARPLab releases.
     63   * Updated WARPLab User IO core in WARP v3 (w3_userio_axi_v1_01_a) to add a PWM for autonomous control of LEDs.
     64 * Updates to MEX transport:
     65   * '''If using the MEX transport, WARPLab 7.4.0 requires MEX 1.0.1a'''
     66   * Fixed some minor bugs in Read IQ fragmentation for small rx buffers.
     67   * Added ability from M to throttle Read / Write IQ and suppress timeout warnings for the transport.
     68     * {{{wl_mex_udp_transport('write_iq_set_pkt_wait_time', wait_time)}}}
     69       * Sets the inter-packet wait time for Write IQ to slow it down
     70     * {{{wl_mex_udp_transport('read_iq_set_max_request_size', size)}}}
     71       * Sets the maximum Read IQ request size in bytes to allow the transport to fragment Read IQ requests.
     72     * {{{wl_mex_udp_transport('suppress_iq_warnings')}}}
     73       * Suppresses all Read IQ / Write IQ timeout warnings.
     74   * NOTE:  All of the new functions affect the global state of the MEX transport (ie all nodes will be affected that use the MEX transport).  Also, the only way to turn them off is to terminate and reload the MEX transport (can be done using {{{clear all}}}).
     75 * Fixed bugs:
     76   * Fixed trigger manager reset / hold issue described [http://warpproject.org/forums/viewtopic.php?pid=10126#p10126 here]
     77   * Added warning when Write IQ sees samples vector with abs(I) or abs(Q) > 1.0 (can be turned off using: {{{node.baseband.check_write_iq_clipping = 0}}})
     78   * Added checks in C for valid DMA buffers (issue when sections are not placed correctly when regenerating linker command files)
     79
     80 * NOTE:
     81   * PNET was removed in the WARPLab 7.4.0 release.  Please use the new wl_mex_udp_transport instead.
     82
     83
     84----
     85
    4086== Reference Design Archive ==
    4187