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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HardwareUsersGuides/WARPv3/TemplateProjects

    v21 v22  
    4444}}}
    4545
    46 This is an XPS/SDK project implementing:
     46This is an XPS/SDK project which implements peripheral cores to interface with every peripheral on the WARP v3 board, including:
    4747 * MicroBlaze soft processor
    4848 * Block RAM for instruction/data memory
     
    8383}}}
    8484
    85 This is an XPS/SDK project implementing:
     85This is an XPS/SDK project which implements a subset of the peripheral cores from the full project above, including.
    8686 * MicroBlaze soft processor
    8787 * Block RAM for instruction/data memory
     
    9090 * Timer peripheral for user code
    9191
     92If your application requires use of the DDR3 SO-DIMM or Ethernet, you should use the '''On Board Peripherals''' project instead.
     93
    9294Download 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]
    9395
    94 
    9596== Other Projects ==
    96 The 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.
     97The XPS/SDK projects for the latest OFDM Reference Design and WARPLab Reference Design are also available. Both of these reference projects are based on the '''On Board Peripherals''' template above.