How to Install iverilog in Ubuntu 18.04



Install iverilog by entering the following commands in the terminal:

sudo apt update
sudo apt install iverilog

Description:

Icarus verilog compiler

Icarus Verilog is intended to compile all of the Verilog HDL as described in the IEEE-1364 standard. It is not quite there yet. It does currently handle a mix of structural and behavioral constructs. . The compiler can target either simulation, or netlist (EDIF).

Homepage: http://iverilog.icarus.com

Version: 10.1-0.1build1

Section: universe/electronics