URL
https://opencores.org/ocsvn/mips32r1/mips32r1/trunk
Subversion Repositories mips32r1
[/] [mips32r1/] [trunk/] [Software/] [demos/] [XD2_Timer/] [README] - Rev 9
Go to most recent revision | Compare with Previous | Blame | View Log
README for XUM Demo 2 : Timer Interrupt
---------------------------------------
Creator: Grant Ayers (ayers@cs.utah.edu)
Date: 26 July 2012
DEMONSTRATES
------------
Interrupts, LCD.
DESCRIPTION
-----------
Shows a timer interrupting the control flow of the main function, which
merely updates a location on the LCD screen as fast as possible.
BUILDING AND RUNNING
--------------------
To compile, enter the 'bin' directory and update the paths in the Makefile.
Then run 'make' from within the same directory. Use the XUM bootloader to
send the resulting .xum file to the FPGA.
Go to most recent revision | Compare with Previous | Blame | View Log