Changes between Version 41 and Version 42 of HardwareUsersGuides/WARPv3/TemplateProjects


Ignore:
Timestamp:
Mar 23, 2014, 2:20:05 PM (10 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/WARPv3/TemplateProjects

    v41 v42  
    77
    88'''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. Always update your local copy of the WARP edk_user_repository to use new template projects.
    9 
    10 === Choosing a Project ===
    11 
    12 The 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.
    13 
    14 For 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:
    15 
    16 ||= Project =||= Build Time =||
    17 || On Board Periphs || 17 minutes ||
    18 || Lite || 9 minutes ||
    19 
    20 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 will be faster as XPS re-uses cached netlists for unmodified cores.
    219
    2210----