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


Ignore:
Timestamp:
Dec 5, 2012, 12:02:22 PM (11 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToSDK

    v28 v29  
    27271. Three projects have now been populated in the "Projects" area of the import window. Make sure all of these are checked. Do not check "Copy projects into workspace" because these projects are already in the SDK_workspace folder. Click "Finish."
    28281. The three projects now appear in the "Project Explorer" on the left of the screen:
    29  * The "*_hw_platform" contains all of the necessary hardware-specific information for the project. This includes any custom FPGA cores that the project may have. This comes from the Xilinx Platform Studio (XPS) tool. Instructions for using this tool to generate hardware platform information for the SDK is available in the [wiki:Exercises/13_4/IntroToXPS]
     29 * The "*_hw_platform" contains all of the necessary hardware-specific information for the project. This includes any custom FPGA cores that the project may have. This comes from the Xilinx Platform Studio (XPS) tool. Instructions for using this tool to generate hardware platform information for the SDK is available in the [wiki:Exercises/13_4/IntroToXPS Introduction to XPS] exercise.
    3030 * The "*_bsp" is a "Board Support Package" and it contains the software drivers for the peripherals contained in the hardware platform.
    3131 * The "*_example" project is the top-level software project that you will modify to add a print of "Hello World" to the UART.