Changes between Version 14 and Version 15 of GettingStarted/WARPv3/IntroToTools


Ignore:
Timestamp:
Aug 22, 2012, 10:55:11 AM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted/WARPv3/IntroToTools

    v14 v15  
    3131We have designed the exercises below to introduce the Xilinx tools we use for building designs on WARP v3. We recommend working through the exercises in order.
    3232
    33 '''[wiki:Exercises/13_4/IntroToSDK SDK Intro:]''' This is the classic "hello world" project for WARP v3 using the Xilinx SDK. This exercise show:
     33'''[wiki:Exercises/13_4/IntroToSDK Introduction to the Software Development Kit:]''' This is the classic "hello world" project for WARP v3 using the Xilinx SDK. This exercise show:
    3434 * How to create a Xilinx SDK workspace and import existing hardware, bsp and software projects
    3535 * How to update C code and compile the software project
    3636 * How to download and execute a software project on WARP v3
    3737
    38 '''[wiki:Exercises/13_4/IntroToXPS XPS Intro:]''' This exercise introduces Xilinx Platform Studio (XPS). This exercise shows:
     38'''[wiki:Exercises/13_4/IntroToXPS Introduction to Xilinx Platform Studio:]''' This exercise introduces Xilinx Platform Studio (XPS). This exercise shows:
    3939 * How to open and navigate one of the WARP v3 template projects
    4040 * How to instantiate a custom peripheral core in XPS
    4141 * How to access the custom core's registers from a software project in the SDK
    4242 
    43 '''[wiki:Exercises/13_4/SysGenExport:]''' In this exercise, you will create a custom peripheral using Xilinx System Generator (an FPGA design tool integrated with MATLAB/Simulink). This custom peripheral can then be used in an XPS project, using the procedure introduced in the XPS Intro exercise above.
     43'''[wiki:Exercises/13_4/SysGenExport Exporting a Peripheral Core from System Generator:]''' In this exercise, you will create a custom peripheral using Xilinx System Generator (an FPGA design tool integrated with MATLAB/Simulink). This custom peripheral can then be used in an XPS project, using the procedure introduced in the XPS Intro exercise above.
    4444
    4545== Reference Designs ==