Changes between Version 7 and Version 8 of GettingStarted/WARPv1
- Timestamp:
- Dec 7, 2012, 4:08:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GettingStarted/WARPv1
v7 v8 11 11 == Exercises == 12 12 13 We have designed the exercises below to introduce the Xilinx tools we use for building designs on WARP v 3. We recommend working through the exercises in order.13 We 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. 14 14 15 '''[wiki:Exercises/13_4/IntroToSDK/w2 Introduction to the Software Development Kit:]''' This is the classic "hello world" project for WARP v 3using 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: 16 16 * How to create a Xilinx SDK workspace and import existing hardware, bsp and software projects 17 17 * How to update C code and compile the software project 18 * How to download and execute a software project on WARP v 318 * How to download and execute a software project on WARP v2 19 19 20 20 '''[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 v 3template projects21 * How to open and navigate one of the WARP v2 template projects 22 22 * How to instantiate a custom peripheral core in XPS 23 23 * How to access the custom core's registers from a software project in the SDK