You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Set up the Nutshell simulation environment.
Configure a memory access operation with an address larger than 40 bits (e.g., 0x0100_0000_0000).
Execute the memory access operation in the simulation.
Observe the effective address being truncated to 40 bits.
Screenshots
The text was updated successfully, but these errors were encountered:
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
Screenshots
The text was updated successfully, but these errors were encountered: