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

Split A_EXT parameter and added wu_wrs_i pin. #785

Conversation

silabs-oysteink
Copy link
Contributor

Split A_EXT parameter into A_NONE, ZALRSC and A. Updated a_decoder according t othe new split A_EXT parameter.

Added wu_wrs_i pin, currently not used.

…cording t othe new split A_EXT parameter.

Added wu_wrs_i pin, currently not used.

Signed-off-by: Oystein Knauserud <[email protected]>
@silabs-oysteink silabs-oysteink added the Component:RTL For issues in the RTL (e.g. for files in the rtl directory) label Feb 16, 2023
(32'(0) << 20) | // U - User mode implemented
(32'(1) << 23) | // X - Non-standard extensions present
(32'(MXL) << 30); // M-XLEN
(32'(A_EXT != A_NONE) << 0) | // A - Atomic Instructions extension
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I 'think' this should be A_EXT == A instead (i.e. not setting the misa.A bit when only supporting part of the A extension.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, I will change it.

@Silabs-ArjanB Silabs-ArjanB merged commit 3749bae into openhwgroup:master Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component:RTL For issues in the RTL (e.g. for files in the rtl directory)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants