Changes between Version 33 and Version 34 of HardwareUsersGuides/WARPv3/TemplateProjects


Ignore:
Timestamp:
Jan 24, 2013, 8:47:58 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/WARPv3/TemplateProjects

    v33 v34  
    55
    66The projects are grouped by the version of Xilinx ISE used. We will update this page as we port the template projects to newer releases of ISE.
     7
     8'''Important:''' in order to use these projects you must have a local copy of the WARP peripheral cores (pcores) and associated drivers. See [wiki:edk_user_repository edk_user_repository setup] for instructions.
    79
    810=== Choosing a Project ===
     
    5557Version information:
    5658||= Project Version =||= ISE Version =||= Arch =||= EDK Project Download =||
     59|| 1.2 || 13.4 || MB/PLB || [http://warp.rice.edu/dl/refdes/template/w3_TemplateProject_OnBoardPeriphs_v1p2.zip w3_TemplateProject_OnBoardPeriphs_v1p2.zip] ||
    5760|| 1.1 || 13.4 || MB/PLB || [http://warp.rice.edu/dl/refdes/template/w3_TemplateProject_OnBoardPeriphs_v1p1.zip w3_TemplateProject_OnBoardPeriphs_v1p1.zip] ||
    5861
     
    6164'''Release Notes:'''
    6265
     66* v1.2 (Jan 2013):
     67  * Updated WARP v3 pcores to latest versions (ad_controller, clock_controller, radio_controller, ad_bridge)
     68  * Added support for CM-MMCX clock module and config-time clock source selection via switch
     69  * Renamed EEPROM controller instance to  w3_iic_eeprom_onBoard, to disambiguate when another instance is used for FMC EEPROM
     70  * Added top-level input for 200MHz LVDS oscillator on WARP v3 board
     71  * Routed new 200MHz clock to:
     72    * IDELAYCTRL ref clock (in TEMACs; was previously MMCM-generated 200MHz clock)
     73    * w3_clock_controller "at boot" logic, to select master clock source before MMCMs attempt lock
    6374* v1.1 (Nov 2012)
    6475   * Swapped LSB/MSB for DIP switch, so LSB is right-most switch
     
    106117 * Timer peripheral for user code
    107118
    108 If your application requires use of the DDR3 SO-DIMM or Ethernet, you should use the '''On Board Peripherals''' project instead.
     119If your application requires use of Ethernet or the DDR3 SO-DIMM you should use the '''On Board Peripherals''' project instead.
    109120
    110121Version information:
    111122||= Project Version =||= ISE Version =||= Arch =||= EDK Project Download =||
     123|| 1.2 || 13.4 || MB/PLB || [http://warp.rice.edu/dl/refdes/template/w3_TemplateProject_Lite_v1p2.zip w3_TemplateProject_Lite_v1p2.zip] ||
    112124|| 1.1 || 13.4 || MB/PLB || [http://warp.rice.edu/dl/refdes/template/w3_TemplateProject_Lite_v1p1.zip w3_TemplateProject_Lite_v1p1.zip] ||
    113125
    114126We recommend downloading the latest version of this project that matches the version of the ISE tools you have installed.
    115127
     128* v1.2 (Jan 2013):
     129  * Updated WARP v3 pcores to latest versions (ad_controller, clock_controller, radio_controller, ad_bridge)
     130  * Added support for CM-MMCX clock module and config-time clock source selection via switch
     131  * Renamed EEPROM controller instance to  w3_iic_eeprom_onBoard, to disambiguate when another instance is used for FMC EEPROM
     132  * Added top-level input for 200MHz LVDS oscillator on WARP v3 board
     133  * Routed new 200MHz clock to:
     134    * IDELAYCTRL ref clock (in TEMACs; was previously MMCM-generated 200MHz clock)
     135    * w3_clock_controller "at boot" logic, to select master clock source before MMCMs attempt lock
    116136* v1.1 (Nov 2012)
    117137   * Swapped LSB/MSB for DIP switch, so LSB is right-most switch
     
    123143
    124144== Other Projects ==
    125 The XPS/SDK projects for the latest OFDM Reference Design and WARPLab Reference Design are also available. Both of these reference projects are based on the '''On Board Peripherals''' template above.
     145The XPS/SDK projects for the latest [wiki:OFDMReferenceDesign OFDM Reference Design] and [wiki:WARPLab WARPLab Reference Design] are also available. Both of these reference projects are based on the '''On Board Peripherals''' template above.