Changes between Initial Version and Version 1 of HardwareUsersGuides/WARPv3/TemplateProjects


Ignore:
Timestamp:
Jul 28, 2012, 9:23:46 PM (12 years ago)
Author:
murphpo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/WARPv3/TemplateProjects

    v1 v1  
     1[[TracNav(HardwareUsersGuides/WARPv3/TOC)]]
     2= WARP v3 User Guide: Template Projects =
     3
     4'''Coming soon'''
     5
     6The following template projects demonstrate how to use the various peripherals on the WARP v3 board and are good starting points for your custom designs.
     7
     8The projects are categorized by the version of Xilinx tools used.
     9
     10== Xilinx ISE 13.4 ==
     11
     12=== Basic Peripherals (a.k.a. Hello World) ===
     13This is a basic XPS/SDK project implementing:
     14 * MicroBlaze soft processor
     15 * Block RAM for instruction/data memory
     16 * User I/O (LEDs, buttons, UART)
     17
     18Download the project archive: [export:someZipFile]
     19
     20=== Advanced Peripherals ===
     21This project builds ont he Basic Peripherals project above, adding:
     22 * Dual Ethernet interfaces
     23 * MPMC for DDR3 SO-DIMM access
     24 * Peripherals for RF interface control
     25
     26Download the project archive: [export:someZipFile]
     27
     28=== Other Projects ===
     29The XPS/SDK projects for the latest OFDM Reference Design and WARPLab Reference Design are also available. These projects build on the same foundation as the projects above.