Changes between Version 2 and Version 3 of HardwareUsersGuides/WARPv3/TemplateProjects


Ignore:
Timestamp:
Aug 3, 2012, 2:43:50 PM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/WARPv3/TemplateProjects

    v2 v3  
    88== Xilinx ISE 13.4 ==
    99
    10 === Basic Peripherals (a.k.a. Hello World) ===
    11 This is a basic XPS/SDK project implementing:
     10This is an XPS/SDK project implementing:
    1211 * MicroBlaze soft processor
    1312 * Block RAM for instruction/data memory
    1413 * User I/O (LEDs, buttons, UART)
    15 
    16 Download the project archive: [export:someZipFile]
    17 
    18 === Advanced Peripherals ===
    19 This project builds ont he Basic Peripherals project above, adding:
    2014 * Dual Ethernet interfaces
    2115 * MPMC for DDR3 SO-DIMM access
    2216 * Peripherals for RF interface control
    2317
    24 Download the project archive: [export:someZipFile]
     18Download the project archive: [http://warp.rice.edu/trac/raw-attachment/wiki/HardwareUsersGuides/WARPv3/TemplateProjects/files/WARPv3_TemplateProject_v0_cleaned.zip WARPv3_TemplateProject_v0_cleaned.zip]
    2519
    26 === Other Projects ===
     20== Other Projects ==
    2721The 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.