Jay Dev Jha
Jay Dev Jha
**Describe the issue** This issue can be taken as an enhancement to the system. The present login page, which is being provided in the screenshot of the description of this...
This PR intends to refactor the parse.py to achieve maintainability and scalability. ### Scopes Covered 1. **Modularization:** Breaking the codes in small and maintainable helper functions containing understandable lines of...
@aswaterman As I was going through the `encoding.h` file, I observed that B-extensions are not present. It may be probably because the files with prefixes `rv32_zb*` (e.g., `rv32_zbb`, `rv32_zbs`) are...
Resolves #7752 #### Overall Description This PR deals with generating more structured and informative `parameterData.json` in order to get a clear and accurate idea of the various parameters involved in...
### Description This PR intends to refactor the `c_utills` script using modularization. ### Approach 1. Modularize the code into smaller maintainable codes 2. Used Argument and Return pattern for each...
### Description This PR deals with generating `asciidoc` based format in the form `encoding.adoc` on running upon `Makefile` via `make` command. ### Approach Used 1. Created an `asciidoc_utils.py` script to...
### Description Referring to the [Community Standards being provided by the GitHub](https://github.com/riscv/riscv-opcodes/community) , would it be a better idea to add a **PR Template** and an **Issue Template**. Listing a...