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
To avoid an incorrect interpretation of SEXX(1) as SEXX(1'b1) (i.e. {(XLEN+1){1'b1}}) this probably should be replaced with ZEXX(1) so it will be clear that it is {{XLEN{1'b0}}, 1'b1}.
The text was updated successfully, but these errors were encountered:
To avoid an incorrect interpretation of
SEXX(1)
asSEXX(1'b1)
(i.e.{(XLEN+1){1'b1}}
) this probably should be replaced withZEXX(1)
so it will be clear that it is{{XLEN{1'b0}}, 1'b1}
.The text was updated successfully, but these errors were encountered: