-
Notifications
You must be signed in to change notification settings - Fork 190
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
Add Main Method to Generate Verilog #54
Comments
When I started using Chisel, a side effect of not having this was that it forced me to write tests to generate hardware... |
That's a good point. Gating (by default) Verilog generation on tests having passed would be safer. However, I think it's an anti-pattern to go diving through |
I'd also like to see generating Verilog output added to the template, since it's ultimately something that every project will need to do, and the canonical way to generate Verilog in Chisel seems to change relatively often. |
It would be really convenient to have a code that generates Verilog, as this is always a confusing aspect of Chisel and people need it. |
I proposed a PR with it : #126 |
Proposal to add a main that will generate Verilog into a target directory.
I'm finding that I always add this whenever I clone
chisel-template
and it's likely reasonable to just include this upstream.The text was updated successfully, but these errors were encountered: