Skip to content
New issue

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

Address Truncation Bug During Memory Access #215

Open
youzi27 opened this issue Nov 21, 2024 · 0 comments
Open

Address Truncation Bug During Memory Access #215

youzi27 opened this issue Nov 21, 2024 · 0 comments

Comments

@youzi27
Copy link

youzi27 commented Nov 21, 2024

Bug Description

In the Nutshell, during memory access operations (e.g., sw, lw), an incorrect address truncation occurs, causing the higher-order bits (greater than 40 bits) to be lost.

Steps to Reproduce

  1. Set up the Nutshell simulation environment.
  2. Configure a memory access operation with an address larger than 40 bits (e.g., 0x0100_0000_0000).
  3. Execute the memory access operation in the simulation.
  4. Observe the effective address being truncated to 40 bits.

Screenshots

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant