Changes between Version 20 and Version 21 of HardwareUsersGuides/WARPv3/TemplateProjects


Ignore:
Timestamp:
Aug 25, 2012, 11:29:40 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/WARPv3/TemplateProjects

    v20 v21  
    44The following template projects demonstrate how to use the various peripherals on the WARP v3 board and are good starting points for your custom designs.
    55
    6 The projects are categorized by the version of Xilinx tools used.
     6The 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=== Choosing a Project ===
     9
     10The On Board Peripherals Template Project contains the full suite of hardware components offered by a standalone WARP v3 board. The Lite version has the same basic architecture, but omits the SDRAM controller and Ethernet MACs. As a result, the Lite project will build faster.
     11
     12For reference, on a PC with a 3.4GHz i7-2600 processor, 16GB of RAM and running Windows 7 64-bit, build times of the template projects are:
     13
     14||= Project =||= Build Time =||
     15|| On Board Periphs || 17 minutes ||
     16|| Lite || 9 minutes ||
     17
     18Note: These times are from projects that had hardware "cleaned" such that no cached support files were used. When iterating on a design, build times will be faster as XPS re-uses cached netlists for unmodified cores.
     19
     20----
    721
    822== Xilinx ISE 13.4 ==
     
    7892Download the project archive: [http://warp.rice.edu/trac/raw-attachment/wiki/HardwareUsersGuides/WARPv3/TemplateProjects/files/WARPv3_lite_ise13_4.zip WARPv3_lite_ise13_4.zip]
    7993
    80 === Which Project Should I use? ===
    81 
    82 The On Board Peripherals Template Project contains the full suite of hardware components offered by a standalone WARP v3 board. The only reason to use the "Lite" version of the project is to speed up building time (and reduce computer memory usage) in projects that do not need the full compliment of WARP peripherals. For reference, on a 3.4GHz i7-2600 with 16GB of RAM running Windows 7 64-bit, built times of the template projects are:
    83 
    84 {{{#!th style="background: #eef"
    85 Project
    86 }}}
    87 {{{#!th style="background: #eef"
    88 Build Time
    89 }}}
    90 |----------------
    91 {{{#!td style="background: #eef"
    92 On Board Peripherals
    93 }}}
    94 {{{#!td
    95 17 minutes
    96 }}}
    97 |----------------
    98 {{{#!td style="background: #eef"
    99 Lite
    100 }}}
    101 {{{#!td
    102 9 minutes
    103 }}}
    104 Note: These times are from projects that had hardware "cleaned" such that no cached support files were used. When iterating on a design, build times can often be faster as the tools will re-use cached portions of the design that were unchanged.
    10594
    10695== Other Projects ==