Changes between Version 11 and Version 12 of Exercises/13_4/IntroToXPS


Ignore:
Timestamp:
Aug 20, 2012, 11:20:02 AM (12 years ago)
Author:
chunter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Exercises/13_4/IntroToXPS

    v11 v12  
    2424
    2525 === Inputs ===
     26 * User I/O Pushbutton Port: This port is connected directly to the User I/O "up" pushbutton port. When the user presses the button on the board, the latch inside the prng_useriosrc core will stop updating the outputs. This will effectively "pause" the core and allow the user to read the current set of outputs from the LEDs and other display elements.
     27 * Capture Period Register: This register attaches to the bus and allows C-code executing inside the MicroBlaze to control how often the latch on the LFSR triggers. In effect, this is a way for C-code to control how fast the output updates occur. Note: even though we have listed this as an input to the core, this register can also be read by the C-code in order to check and see what it had been set to.
    2628
    2729 === Outputs ===
    28 
     30* Left/Right Hex Display Port: The left and right
    2931== Instructions ==
    3032