simavr
lean and mean AVR simulator
Install
- All systems
-
curl cmd.cat/simavr.sh
- Debian
-
apt-get install simavr
- Ubuntu
-
apt-get install simavr
- Arch Linux
-
pacman -S simavr
- Kali Linux
-
apt-get install simavr
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install simavr
- Dockerfile
- dockerfile.run/simavr
simavr
lean and mean AVR simulator
A simple command line tool using AVR simulator library to run AVR firmware, produce VCD waveform files and/or run a debugging session. The tool reads simulation parameters directly from the emulated code using .elf section and/or accepts command line arguments. For more advanced peripheral and virtual circuitry prototyping and simulation see AVR simulator development examples provided by libsimavr-examples package.