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
I try to use 16 general registers for the soc system, and modify the define "E203_CFG_REGNUM_IS_32" to "E203_CFG_REGNUM_IS_16" in config.v file.
But CPU just executed four instructions at the beginning of the firmware, and then hanged. It seems that exception happened.
Did some guys encounter this issue? Could you give me some suggestions? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I try to use 16 general registers for the soc system, and modify the define "E203_CFG_REGNUM_IS_32" to "E203_CFG_REGNUM_IS_16" in config.v file.
But CPU just executed four instructions at the beginning of the firmware, and then hanged. It seems that exception happened.
Did some guys encounter this issue? Could you give me some suggestions?
Thanks!
The text was updated successfully, but these errors were encountered: