-
Notifications
You must be signed in to change notification settings - Fork 603
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 documentation guide about memory initialization #1850
Conversation
9984413
to
c857b73
Compare
Fixed. I don't think the error has much to do with what I changed:
|
It may be related to this change: https://github.com/chipsalliance/chisel3/pull/1850/files#diff-67672ef478f6d0824ac8ef3779a01f203d627b02dd68e08bc73f3ac3bf501abaR34 |
Found it... was the space that was removed. Thanks Megan! |
thanks @carlosedp , will do another pass on this tonight |
Ping @mwachs5 :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good! I'll approve if this round is addressed!
somehow you lost the PR template... can you copy into your original comment (at the top) and fill out the Contributor checklist? SO I can fill out the reviewer checklist? https://raw.githubusercontent.com/chipsalliance/chisel3/master/.github/PULL_REQUEST_TEMPLATE.md |
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
* Add documentation guide about memory initialization * Move information to experimental and add ref (cherry picked from commit e0da5ae)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This PR adds documentation to the user guide on using memory initialization.
Contributor Checklist
docs/src
?Type of Improvement
API Impact
No API impact, added new documentation for memory initialization.
Backend Code Generation Impact
No backend code generation impacts.
Desired Merge Strategy
Release Notes
Added documentation on inline memory initialization and usage on synthesis.
Reviewer Checklist (only modified by reviewer)
Please Merge
?