Changes between Initial Version and Version 1 of HardwareUsersGuides/FPGABoard_v2.2/TemplateProjects


Ignore:
Timestamp:
Dec 2, 2012, 8:42:42 PM (11 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/FPGABoard_v2.2/TemplateProjects

    v1 v1  
     1[[TracNav(HardwareUsersGuides/WARPv3/TOC)]]
     2= WARP v2 User Guide: Template Projects =
     3
     4The following template projects demonstrate how to use the various peripherals on a WARP MIMO Kit v2 board and are good starting points for your custom designs.
     5
     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----
     9
     10== Xilinx ISE 13.4 ==
     11
     12=== Basic Peripherals Template Project ===
     13{{{
     14#!html
     15<table align=right border=0 cellspacing=0 padding=0>
     16<tr><td align=center>
     17}}}
     18
     19[[Image(onboardperiph.png,width=300)]]
     20
     21{{{
     22#!html
     23</td></tr>
     24<tr><td align=center>
     25}}}
     26
     27[attachment:onboardperiph.png Enlarge] | [raw-attachment:onboardperiph.pdf View PDF]
     28
     29{{{
     30#!html
     31</td></tr></table>
     32}}}
     33
     34This is an XPS/SDK project which implements peripheral cores to interface with most peripherals on the WARP MIMO Kit v2, including:
     35 * PowerPC 405 hard processor core (big-endian, PLB-based design)
     36 * Block RAM for instruction/data memory
     37 * User I/O (LEDs, buttons, UART)
     38 * Tri-speed Ethernet interface
     39 * Peripherals for dual RF interface control (assumes Radio Boards in slots 2-3)
     40
     41Version information:
     42||= Project Version =||= ISE Version =||= Arch =||= EDK Project Download =||
     43|| 1.0 || 13.4 || PPC/PLB || [http://warp.rice.edu/dl/refdes/template/w2_templateProject_2R_v1p0.zip w2_templateProject_2R_v1p0.zip] ||
     44
     45We recommend downloading the latest version of this project that matches the version of the ISE tools you have installed.
     46
     47'''Release Notes:'''
     48
     49* v1.0 (Dec 2012)
     50   * Initial relase of template project
     51
     52{{{
     53#!html
     54<br clear=right>
     55}}}