axi
axi copied to clipboard
Enforce more consistent type naming
Unify type naming across modules, using axi_req_t for AXI request and axi_lite_req_t for axi lite request. May fix some issues for vivado (see HERO). Similar for resp types.
I was unaware of #153, but aligning to this makes sense, thanks for pointing me in that direction. I agree that limiting the breaking changes to one release is the "cleanest" approach. I can convert this branch to a draft, and we could have this as a working branch for the changes, if that makes sense?
I was unaware of #153, but aligning to this makes sense, thanks for pointing me in that direction. I agree that limiting the breaking changes to one release is the "cleanest" approach. I can convert this branch to a draft, and we could have this as a working branch for the changes, if that makes sense?
Yes please!