Skip to content

Commit

Permalink
axi_lite_cut_intf: Add missing req/resp structs
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskurth committed Dec 19, 2019
1 parent 4d047a5 commit f1f43f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/axi_cut.sv
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ module axi_lite_cut_intf #(
`AXI_LITE_TYPEDEF_REQ_T ( req_t, aw_chan_t, w_chan_t, ar_chan_t)
`AXI_LITE_TYPEDEF_RESP_T ( resp_t, b_chan_t, r_chan_t)

req_t slv_req, mst_req;
resp_t slv_resp, mst_resp;

axi_cut #(
.Bypass ( BYPASS ),
.aw_chan_t ( aw_chan_t ),
Expand Down

0 comments on commit f1f43f6

Please sign in to comment.