iverilog

Preprocesses and compiles Verilog HDL (IEEE-1364) code into executable programs for simulation. More information: <https://github.com/steveicarus/iverilog>.

Debian Debian
RUN apt-get update && \ apt-get install -y iverilog
Ubuntu
RUN apt-get update && \ apt-get install -y iverilog
Arch Arch Linux
RUN pacman -S --noconfirm iverilog
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y iverilog
Fedora
RUN dnf install -y iverilog
Raspbian
RUN apt-get update && \ apt-get install -y iverilog
click the source code to copy install iverilog on any operating system with command-not-found.com