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
FIXES ISSUE #473 : lowest/highest_set_bit functions should return a Bits type? (#906)
This PR fixes#473.
The ```lowest_set_bit``` and ```highest_set_bit``` functions were
returning XReg (i.e., Bits<XLEN>) though they only compute a position
index. Updated to return Bits<8> instead, which is sufficient and
semantically correct.
All smoke tests and IDL validations pass successfully.
@ThinkOpenly please review this and request if any further chnaged are
required !!
Signed-off-by: Om Santosh Suneri <[email protected]>
0 commit comments