Changes between Version 27 and Version 28 of Exercises/13_4/IntroToSDK


Ignore:
Timestamp:
Dec 5, 2012, 11:45:15 AM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToSDK

    v27 v28  
    99 * You have a WARP v3 board
    1010 * ESD protection for the WARP board (wrist strap, etc)
    11  * WARP v3: External USB JTAG cable and a micro USB cable for UART
     11 * External USB JTAG cable and a micro USB cable for UART
    1212 * Complete installation of ISE System Edition 13.4
    1313 * Set up a terminal on your computer using PuTTY or an alternative. Instructions to do this are available [wiki:howto/USB_UART instructions here].
     
    1616== Instructions ==
    1717
    18 1. Download the [wiki:HardwareUsersGuides/WARPv3/TemplateProjects WARP v3 Template Project]. Note: any template for your version of the hardware will work fine for this exercise as only the SDK is necessary. In general, when FPGA hardware designs must be generated, the "lite" template will build the quickest, but it lacks peripherals like Ethernet that may be necessary for the design.
     181. Download the [wiki:HardwareUsersGuides/WARPv3/TemplateProjects WARP v3 Template Project]. Note: any template for your version of the hardware will work fine for this exercise as only the SDK is necessary. In general, when FPGA hardware designs must be generated, the "lite" template will build the quickest, but it lacks peripherals like Ethernet that may be necessary for designs other than this simple Introduction to the SDK exercise.
    19191. Extract the archive into a folder on your hard drive. Note: this folder '''must not''' contain any spaces in the path (this includes the the Windows desktop, as that lives in a folder known as "Documents and Settings").
    20201. Launch the Xilinx SDK from the Start Menu. It will ask you to select a workspace. Click "Browse ..." and navigate to the "SDK_workspace" folder in the archive you just extracted. Do '''not''' check the box for "Use this as the default and do not ask again." We recommend the convention of using a single workspace per hardware project; checking this box will make this difficult. More useful tips for using the SDK are available [wiki:XilinxSDK here]. Click OK.