Have Clash Emit Verilog Into Specific Directory #2431
Answered
by
martijnbastiaan
ThePerfectComputer
asked this question in
Q&A
-
How can I have Clash emit an its verilog output into a specific directory beside |
Beta Was this translation helpful? Give feedback.
Answered by
martijnbastiaan
Feb 28, 2023
Replies: 1 comment 3 replies
-
See https://clash-lang.readthedocs.io/en/latest/developing-hardware/flags.html, you're looking for |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
ThePerfectComputer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://clash-lang.readthedocs.io/en/latest/developing-hardware/flags.html, you're looking for
-fclash-hdldir
.