Changes between Version 16 and Version 17 of Exercises/13_4/IntroToXPS


Ignore:
Timestamp:
Aug 20, 2012, 1:30:08 PM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToXPS

    v16 v17  
    3232* Captured Output Register: This register attaches to the bus and allows C-code executing inside the MicroBlaze to read the current latched output of the LFSR.
    3333
     34For the purpose of this exercise, we have provided this pcore as an example of a hardware peripheral you may want to integrate into your design. The [wiki:Exercises/13_4/SysgenExportPcore Exporting pcores from System Generator] exercise covers how this pcore was created.
     35
     36
    3437== Instructions ==
    3538
    36391. Download either the [wiki:HardwareUsersGuides/WARPv3/TemplateProjects WARP v3 Template Project] or the [wiki:HardwareUsersGuides/WARPv2/TemplateProjects WARP v2 Template Project] according to the which hardware you are using. Note: We recommend using the "lite" template for this exercise as it will build the quickest.
    37401. 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").
    38 1. Download the provided [attachment:prng_useriosrc_plbw_v1_02_a.zip pcore]. Unzip the archive and place the "prng_useriosrc_plbw_v1_02_a" folder inside the "pcores" folder in the extracted template project. For the purpose of this exercise, we have provided this pcore as an example of a hardware peripheral you may want to integrate into your design. The [wiki:Exercises/13_4/SysgenExportPcore Exporting pcores from System Generator] exercise explains takes you through how this pcore was created.
    39 
     411. Download the provided [attachment:prng_useriosrc_plbw_v1_02_a.zip pcore]. Unzip the archive and place the "prng_useriosrc_plbw_v1_02_a" folder inside the "pcores" folder in the extracted template project.
     421. Launch XPS from the Start menu. Click "Open project" and navigate to the system.xmp file from the template project. Click Open.
     431.
    4044
    4145{{{