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 function print_rewrite_file in monitor/generate.py has no check for RISCV_FORMAL_CSR_MISA which results in the ifdef RISCV_FORMAL_CSR_MISA line to be printed to the output.
print_rewrite_file
monitor/generate.py
RISCV_FORMAL_CSR_MISA
ifdef RISCV_FORMAL_CSR_MISA
The text was updated successfully, but these errors were encountered:
Fixed by 68b4aa3
Successfully merging a pull request may close this issue.
The function
print_rewrite_fileinmonitor/generate.pyhas no check forRISCV_FORMAL_CSR_MISAwhich results in theifdef RISCV_FORMAL_CSR_MISAline to be printed to the output.The text was updated successfully, but these errors were encountered: