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

Add Support for CSR Side Effects #11

Open
kathlenemagnus-mips opened this issue Nov 18, 2024 · 0 comments
Open

Add Support for CSR Side Effects #11

kathlenemagnus-mips opened this issue Nov 18, 2024 · 0 comments
Assignees

Comments

@kathlenemagnus-mips
Copy link
Contributor

For some CSRs, writing a new value can have side effects on the program state. For example, writing to the MISA CSR can change which extensions are enabled which needs to be communicated to Atlas.

By utilizing the ActionGroup design, the CSR side effects can be defined as Actions which are only inserted into instructions that update those CSRs. CSR side effect Actions should be maintained by a new class so that they can be accessed by AtlasCoSim in the future.

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

No branches or pull requests

2 participants