Skip to content

Commit

Permalink
patch: Apply `0001-pulp_platform_axi-rename-axi-lite-responses-to-_rs…
Browse files Browse the repository at this point in the history
…p.patch`
  • Loading branch information
thommythomaso committed Sep 30, 2022
1 parent 361c78e commit 24a758f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/axi/typedef.svh
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
`AXI_LITE_TYPEDEF_AR_CHAN_T(__name``_ar_chan_t, __addr_t) \
`AXI_LITE_TYPEDEF_R_CHAN_T(__name``_r_chan_t, __data_t) \
`AXI_LITE_TYPEDEF_REQ_T(__name``_req_t, __name``_aw_chan_t, __name``_w_chan_t, __name``_ar_chan_t) \
`AXI_LITE_TYPEDEF_RESP_T(__name``_resp_t, __name``_b_chan_t, __name``_r_chan_t)
`AXI_LITE_TYPEDEF_RESP_T(__name``_rsp_t, __name``_b_chan_t, __name``_r_chan_t)
////////////////////////////////////////////////////////////////////////////////////////////////////


Expand Down

0 comments on commit 24a758f

Please sign in to comment.