Skip to content
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

Updated the issues #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

alihasanahmedkhan
Copy link

Report Issues with RISC-V Instruction Simulation and Validation

Overview: This pull request aims to highlight two critical issues in the current RISC-V instruction simulation within the application:

Instruction Storage in Memory: The simulation currently does not accurately represent the process of storing RISC-V instructions in the instruction memory before they are executed. This means that instructions are not being stored properly, leading to incorrect execution behavior.

Lack of Validation: There is no validation mechanism in place for identifying incorrect instructions. Specifically, there is no linter or error-checking functionality to catch errors related to wrong instructions or improper argument values provided for those instructions.

By bringing these issues to attention, I hope to facilitate further discussion and potential solutions to enhance the accuracy and reliability of the RISC-V instruction simulation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant