Changes between Version 7 and Version 8 of GettingStarted/WARPv1


Ignore:
Timestamp:
Dec 7, 2012, 4:08:43 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GettingStarted/WARPv1

    v7 v8  
    1111== Exercises ==
    1212
    13 We 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.
     13We have designed the exercises below to introduce the Xilinx tools we use for building designs on WARP v2. We recommend working through the exercises in order.
    1414
    15 '''[wiki:Exercises/13_4/IntroToSDK/w2 Introduction to the Software Development Kit:]''' This is the classic "hello world" project for WARP v3 using the Xilinx SDK. This exercise show:
     15'''[wiki:Exercises/13_4/IntroToSDK/w2 Introduction to the Software Development Kit:]''' This is the classic "hello world" project for WARP v2 using the Xilinx SDK. This exercise show:
    1616 * How to create a Xilinx SDK workspace and import existing hardware, bsp and software projects
    1717 * How to update C code and compile the software project
    18  * How to download and execute a software project on WARP v3
     18 * How to download and execute a software project on WARP v2
    1919
    2020'''[wiki:Exercises/13_4/IntroToXPS/w2 Introduction to Xilinx Platform Studio:]''' This exercise introduces Xilinx Platform Studio (XPS). This exercise shows:
    21  * How to open and navigate one of the WARP v3 template projects
     21 * How to open and navigate one of the WARP v2 template projects
    2222 * How to instantiate a custom peripheral core in XPS
    2323 * How to access the custom core's registers from a software project in the SDK