Skip to content

Commit

Permalink
patch: Apply `0007-vendor-add-AtopSupport-parameter-to-axi_id_seriali…
Browse files Browse the repository at this point in the history
…ze.patch`
  • Loading branch information
thommythomaso committed Sep 30, 2022
1 parent 5edbd81 commit ea9a7fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/axi_id_serialize.sv
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
/// This module contains one [`axi_serializer`](module.axi_serializer) per master port ID (given by
/// the `AxiMstPortMaxUniqIds parameter`).
module axi_id_serialize #(
parameter bit AtopSupport = 1'b1,
/// ID width of the AXI4+ATOP slave port
parameter int unsigned AxiSlvPortIdWidth = 32'd0,
/// Maximum number of transactions that can be in flight at the slave port. Reads and writes are
Expand Down Expand Up @@ -149,6 +150,7 @@ module axi_id_serialize #(
slv_resp_t [AxiMstPortMaxUniqIds-1:0] to_serializer_resps;

axi_demux #(
.AtopSupport ( AtopSupport ),
.AxiIdWidth ( AxiSlvPortIdWidth ),
.aw_chan_t ( slv_aw_t ),
.w_chan_t ( w_t ),
Expand Down

0 comments on commit ea9a7fd

Please sign in to comment.