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 core-v-verif pull-request #2357 we discussed the need for negative values of a generated gpr value. The purpose of this issue is to ensure we don't forget about that discussion.
The text was updated successfully, but these errors were encountered:
MikeOpenHWGroup
changed the title
I do not understand the comment. reg_val is a bit vector which is unsigned.
Uses of a bit vector prevents generation of negative values.
Feb 2, 2024
As discussed with @pascalgouedo this morning, if we get that correctly, in this specific case, this only limits to locations set higher than 32'h8000_0000, instead of around 32'h8000_0000 as you ask, and thus, in the end, it doesn't quite impact the required behaviour, which is preventing stores to corrupt program data.
In core-v-verif pull-request #2357 we discussed the need for negative values of a generated gpr value. The purpose of this issue is to ensure we don't forget about that discussion.
The text was updated successfully, but these errors were encountered: