You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello!
I was browsing through the PR's and I think this asciidoc output is something really great! I don't know if you have seen my previous attempts at this; initial approach is here riscv/riscv-isa-manual#1590) and this is where I ended riscv-encodings.pdf. I think that great future additions to this PR could be the wavedrom and splitting instructions by extensions. If you want to see my approach, most of it is here . If this is well accepted, I'd be more than interested in collaborating and getting this inside this full asciidoc generation inside this repo :)
.adoc is correctly generated, @aswaterman we need your input on whether the date in the .adoc is correct. I'm attaching a pdf created out of the asciidoc file created by executing make. PS: Edited the below results (the last console for asciidoc related generation can be verified) for better visualization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR deals with generating
asciidocbased format in the formencoding.adocon running uponMakefileviamakecommand.Approach Used
asciidoc_utils.pyscript to generate the asciidoc related outputmake_asciidoc()function will be called in the mainparse.pyscriptMakefileencoding.out.handc_utils.py