How to Install verilator in Ubuntu 18.04



Install verilator by entering the following commands in the terminal:

sudo apt update
sudo apt install verilator

Description:

fast free Verilog simulator

Verilator is the fastest free Verilog HDL simulator, and beats many commercial simulators. It compiles synthesizable Verilog (not test-bench code!), plus some PSL, SystemVerilog and Synthesis assertions into C++ or SystemC code. It is designed for large projects where fast simulation performance is of primary concern, and is especially well suited to generate executable models of CPUs for embedded software design teams.

Homepage: http://www.veripool.org/wiki/verilator

Version: 3.916-1build1

Section: universe/electronics