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 text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
对于第一点在测试中发现在访问0x7d6地址的csr寄存器时,NEMU中触发异常,但RTL中可以正常执行,看RTL中PMA的addrbase为0x7C8,怀疑是否地址未对齐
对于第二点,在测试中会碰到load指令在地址计算正确的情况下,从cache或内存中取得的值RTL与NEMU不一致,想问下目前的内存地址划分是不是有差异
The text was updated successfully, but these errors were encountered: