You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Verilator is a famous open-source tool for Verilog simulations. Before trying to run the project on a FPGA board, it would be great to verify that our generated verilog code is correct.
chiseltest library has support for Verilator backend - https://github.com/ucb-bar/chiseltest. I assume it will probably generate a Verilog and feed it into Verilator but it needs to be checked. We want to be sure that generated Verilog is correct.
The text was updated successfully, but these errors were encountered:
Verilator is a famous open-source tool for Verilog simulations. Before trying to run the project on a FPGA board, it would be great to verify that our generated verilog code is correct.
chiseltest library has support for Verilator backend - https://github.com/ucb-bar/chiseltest. I assume it will probably generate a Verilog and feed it into Verilator but it needs to be checked. We want to be sure that generated Verilog is correct.
The text was updated successfully, but these errors were encountered: