iverilog-vpi
Icarus verilog compiler
Install
- All systems
-
curl cmd.cat/iverilog-vpi.sh
- Debian
-
apt-get install iverilog
- Ubuntu
-
apt-get install iverilog
- Arch Linux
-
pacman -S iverilog
- Kali Linux
-
apt-get install iverilog
- Fedora
-
dnf install iverilog
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install iverilog
- Raspbian
-
apt-get install iverilog
- Dockerfile
- dockerfile.run/iverilog-vpi
iverilog
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).