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
Currently, this statement is in Smclic:
Access to CLIC registers clicintctl[i], clicintattr[i], clicintip[i], clicintie[i], and clicinttrig[i] utilizes the Indirect CSR Access extension (Smcsrind/Sscsrind).
Normally, extensions explicitly list the extensions they depend on. Suggest to add this to Smclic:
The Smclic extension depends on the Smcsrind extension.
and to change this:
The ssclic extension depends on the smclic extension.
to
The Ssclic extension depends on the Smclic and Sscsrind extensions.
The text was updated successfully, but these errors were encountered:
james-ball-qualcomm
No branches or pull requests
Currently, this statement is in Smclic:
Normally, extensions explicitly list the extensions they depend on.
Suggest to add this to Smclic:
and to change this:
to
The text was updated successfully, but these errors were encountered: