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
How does TestRig handle non-deterministic values, or at least values that will naturally differ from implementation to implementation, e.g:
Time (mtime)
Interrupts
CSRs (mvendorid etc)
If you inject some instructions that do any of those it will give different results for different CPU implementations, and I can't see any mechanism to avoid that.
The text was updated successfully, but these errors were encountered:
Oops, not sure why I didn't see this until now! For the record, this is a gap in TestRIG's functionality: either you ensure your implementations line up, or you avoid testing that feature. We have discussed some other ways to work around it, but there are no immediate plans to implement anything.
How does TestRig handle non-deterministic values, or at least values that will naturally differ from implementation to implementation, e.g:
mtime
)mvendorid
etc)If you inject some instructions that do any of those it will give different results for different CPU implementations, and I can't see any mechanism to avoid that.
The text was updated successfully, but these errors were encountered: