How to Install simavr in Ubuntu 18.04



Install simavr by entering the following commands in the terminal:

sudo apt update
sudo apt install simavr

Description:

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.

Homepage: https://github.com/buserror/simavr

Version: 1.5+dfsg1-2

Section: universe/electronics