Skip to content

Commit

Permalink
axi_lite_demux_intf: Fix passing of req_t and resp_t parameters (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidzim authored Jun 19, 2020
1 parent cb896db commit dac04bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axi_lite_demux.sv
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ module axi_lite_demux_intf #(
.b_chan_t ( b_chan_t ),
.ar_chan_t ( ar_chan_t ),
.r_chan_t ( r_chan_t ),
.req_t ( req_t ),
.resp_t ( resp_t ),
.NoMstPorts ( NoMstPorts ),
.MaxTrans ( MaxTrans ),
.FallThrough ( FallThrough ),
Expand Down

0 comments on commit dac04bd

Please sign in to comment.