`iverilog` is a compiler that translates Verilog source code into executable programs for simulation, or other netlist formats for further processing.
iverilog is a compiler that translates Verilog source code into executable programs for simulation, or other netlist formats for further processing. The currently supported targets are vvp for simulation, and fpga for synthesis. Other target types are added as code generators are implemented.
- Official site: http://iverilog.icarus.com
- Source code: https://github.com/steveicarus/iverilog
- Wikipedia