README 769 B

123456789101112131415
  1. The SimulAVR program is a simulator for the Atmel AVR family of
  2. microcontrollers (ATtiny and ATmega). SimulAVR can be used either
  3. standalone or as a remote target for avr-gdb. There is a python
  4. and TCL interface. When used in gdbserver mode, the simulator is used
  5. as a back-end so that avr-gdb can be used as a source level debugger
  6. for AVR programs.
  7. SimulAVR started out as a C based project written by Theodore Roth
  8. in 2001. Klaus Rudolph started then in 2004 to rewrite the hardware
  9. simulation part in C++. Only the instruction decoder and the avr-gdb
  10. interface are mostly copied from the original simulavr sources.
  11. This C++ based version was known as simulavrxx until it became
  12. feature compatibile with the old simulavr code, then it
  13. was renamed back to simulavr.