We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following code does not work with the CoreDSL2 frontend and the ETISS backend:
VXSAT_CSS[0] = 0b1;
As a workaround VXSAT_CSR = VXSAT_CSR | 0b1; works just fine.
VXSAT_CSR = VXSAT_CSR | 0b1;
The text was updated successfully, but these errors were encountered:
Fixed on https://github.com/tum-ei-eda/M2-ISA-R/tree/feature_lhs_indexed_writes
Sorry, something went wrong.
No branches or pull requests
The following code does not work with the CoreDSL2 frontend and the ETISS backend:
As a workaround
VXSAT_CSR = VXSAT_CSR | 0b1;
works just fine.The text was updated successfully, but these errors were encountered: