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
[racl_ctrl,rtl] Re-order racl_policy_t to match the register
Since SystemVerilog structs go from msb to lsb, this layout didn't
match the register definitions. We *could* teach everything to do the
reversal, but it's confusing for a reader. Switch things round now.
Signed-off-by: Rupert Swarbrick <rswarbrick@lowrisc.org>
0 commit comments