Changes between Version 10 and Version 11 of Exercises/13_4/IntroToSDK


Ignore:
Timestamp:
Aug 3, 2012, 4:51:01 PM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToSDK

    v10 v11  
    60601. Also, find the usleep(500000) line inside the userio_example() function. This line is telling the processor to wait for half a second before incrementing the displays upwards. Replace this with usleep(250000) and you should see the board count twice as fast.
    6161=== WARP v2 ===
     62
     63
     64
     65= Discussion =
     66
     67The XPS and SDK tools are not intuitive. The purpose of this exercise was to take you through the whole process of writing software for an existing hardware project. In the [wiki:Exercises/HelloWorld2 Hello World Advanced] exercise, you will develop a custom FPGA peripheral core and control it via custom software.