Forum Discussion
Which Verilog Simulator to Install
- 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/
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/