Forum Discussion
MJ96
New Contributor
3 years agoWhich Verilog Simulator to Install
I'm new to FPGAs and Verilog simulation tools. I'm building a simple processor for fun and would like to know which Verilog simulation would be best for me to install. I would like that there be no c...
- 3 years ago
Both of these are free and good simulators for verilog code:
https://github.com/verilator/verilator
https://github.com/steveicarus/iverilog
I use icarus verilog to simulate all my Altera FPGA designs written in verilog and find that is is accurate and fast.
They are both also very general purpose for simulating arbitrary verilog code, not necessarily FPGA related.
And for a waveform viewer, GTKwave is also an excellent free choice: https://gtkwave.sourceforge.net/
RichardT_altera
Super Contributor
3 years agoThumb up for the Verilator and the Icarus Verilog.
Add on: there is also the free Aldec's VHDL Student Edition that you can check it out.
https://www.aldec.com/en/products/fpga_simulation/active_hdl_student
Best Regards,
Richard Tan