improved readme - #282
Open
Maira Usman (Myrausman) wants to merge 5 commits into
Open
Conversation
| ### Generating Specific Artifacts | ||
|
|
||
| If you only want a specific artifact you can use one or more of the following targets : `c`, `rust`, `chisel`, `sverilog`, `latex` | ||
| To generate specific artifacts, use one or more of the following targets: |
Contributor
There was a problem hiding this comment.
Maira Usman (@Myrausman) can we add a short text explaining how to set those options?
Rafael Sene (rpsene)
requested changes
Sep 12, 2024
Rafael Sene (rpsene)
left a comment
Contributor
There was a problem hiding this comment.
Maira Usman (@Myrausman) take a look a the 2 initial comments.
git apply ../op.patch
../op.patch:381: trailing whitespace.
- Create the Extension File:
warning: 1 line adds whitespace errors.
Member
Author
|
Hi Rafael Sene (@rpsene), I've added an example for setting options and I'm using trunk for formatting—please let me know if the changes look good or if you'd prefer a different format. |
Maira Usman (Myrausman)
requested review from
Andrew Waterman (aswaterman) and
Rafael Sene (rpsene)
September 13, 2024 13:55
Maira Usman (Myrausman)
force-pushed
the
improve_readme
branch
from
October 10, 2024 13:52
2a35a21 to
1230b82
Compare
Maira Usman (Myrausman)
force-pushed
the
improve_readme
branch
from
November 3, 2024 10:52
c4e177a to
8db3943
Compare
Maira Usman (Myrausman)
force-pushed
the
improve_readme
branch
from
November 14, 2024 15:35
62960d6 to
b8b005b
Compare
Maira Usman (Myrausman)
force-pushed
the
improve_readme
branch
from
November 23, 2024 11:18
b8b005b to
cb74b74
Compare
Signed-off-by: Myrausman <maira.usman5703@gmail.com>
Signed-off-by: Myrausman <maira.usman5703@gmail.com>
Signed-off-by: Myrausman <maira.usman5703@gmail.com>
Signed-off-by: Myrausman <maira.usman5703@gmail.com>
Maira Usman (Myrausman)
force-pushed
the
improve_readme
branch
from
November 23, 2024 11:21
cb74b74 to
a6b0b00
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #282 +/- ##
=======================================
Coverage 96.53% 96.53%
=======================================
Files 10 10
Lines 750 750
=======================================
Hits 724 724
Misses 26 26 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Andrew Waterman (aswaterman)
force-pushed
the
master
branch
from
July 17, 2025 20:46
af156b1 to
ddc8b38
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Improved README:
The following changes were made to the
riscv-opcodesREADME file to enhance the overall readability and clarity, making it more approachable for both new and experienced contributors:Enhanced Section Organization:
Improved Project Structure Clarity:
File Naming Policy Explanation:
rv_x,rv32_x,rv64_x,rv_x_y, andunratified/.Detailed Encoding Syntax:
Clear Workflow for parse.py:
parse.pyscript was added, including a breakdown of the different phases (regular instructions, pseudo instructions, imported instructions) and the checks performed in each phase. This improves understanding of how the script processes instructions and generates artifacts.Artifact Generation Process:
parse.pyscript and theMakefile. This helps users understand the full scope of available artifacts and how to produce them.Simplified Debugging Instructions:
parse.pyhave been made more prominent, helping users troubleshoot issues more effectively.Contribution Guidelines: