Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validate generated Verilog code with Verilator #21

Open
VMois opened this issue Sep 29, 2023 · 0 comments · May be fixed by #29
Open

Validate generated Verilog code with Verilator #21

VMois opened this issue Sep 29, 2023 · 0 comments · May be fixed by #29

Comments

@VMois
Copy link
Owner

VMois commented Sep 29, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant