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
should_inc_minstret
should_inc_minstret is defined in riscv_smcntrpmf.sail i.e. a file for an extension, but used in riscv_step.sail.
riscv_smcntrpmf.sail
riscv_step.sail
This is unfortunate: core functionality should ideally not depend on functions defined only in extensions.
Similarly for should_inc_mcycle and riscv_platform.sail.
should_inc_mcycle
riscv_platform.sail
Discovered while rebasing #755.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
should_inc_minstret
is defined inriscv_smcntrpmf.sail
i.e. a file for an extension, but used inriscv_step.sail
.This is unfortunate: core functionality should ideally not depend on functions defined only in extensions.
Similarly for
should_inc_mcycle
andriscv_platform.sail
.Discovered while rebasing #755.
The text was updated successfully, but these errors were encountered: