% avrora -help ioregs
Avrora [Beta 1.6.0] - (c) 2003-2005 UCLA Compilers Group
Usage: avrora [-action=action] [options]
Usage: avrora -help [category]
MONITOR OVERVIEW
This "ioregs" monitor tracks the updates to IO registers on the
microcontroller, including IO registers corresponding to devices such as the
timer, UART, SPI, etc.
OPTIONS
Help for the options accepted by this monitor is below.
-ioregs: list = all
This option accepts a list of IO register names which will be
monitored during the simulation. For example, specifying
"PORTA,DDR" as this option's value will enable monitoring of
reads and writes to the PORTA and DDRA IO registers. If the
string "all" is specified as one of the items of the list,
then all IO registers will be monitored.
For more information, see the online documentation at
http://compilers.cs.ucla.edu/avrora
To report bugs or seek help, consult the Avrora mailing list:
http://lists.ucla.edu/cgi-bin/mailman/listinfo/avrora
Please include the version number [Beta 1.6.0] when posting to the list.
|