[docs] Update file export description#4520
Conversation
Use `emitSystemVerilogFile` and `emitCHIRRTLFile` to export the corresponding files. Fix `runMain` command. Files are saved as SystemVerilog '.sv'. Do not use `(use circt.stage.ChiselStage)` as this appears not to work anymore.
|
|
Hi, I was just playing around with Chisel and tried to get some SV and FIRRTL out. Came across the description and seemed not to work for me. From the code I gathered that there have been some updates which might not be reflected in the docs. But maybe it was just me not being able to get to run as in the FAQs mentioned. |
There was a problem hiding this comment.
Thank you for the contribution! The FAQ is badly in need of some updates, this is at least an improvement but it's super dated. I think I want to delete this page in favor of similar documentation under Getting Started, but need to write those docs first...
@towoe can you sign the CLA?
|
Thanks for the comment @jackkoenig. I am with Hochschule München now, which should be a member of Chips Alliance, so I marked @wallento to approve this. |
Use
emitSystemVerilogFileandemitCHIRRTLFileto export the corresponding files.Fix
runMaincommand.Files are saved as SystemVerilog '.sv'.
Do not use
(use circt.stage.ChiselStage)as this appears not to work anymore.Contributor Checklist
docs/src?Type of Improvement
Desired Merge Strategy
Release Notes
Reviewer Checklist (only modified by reviewer)
3.6.x,5.x, or6.xdepending on impact, API modification or big change:7.0)?Enable auto-merge (squash), clean up the commit message, and label withPlease Merge.Create a merge commit.