Skip to content

Commit

Permalink
tb_axi_xbar: Add parameters, make more configurable for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Rönninger authored and thommythomaso committed Oct 6, 2022
1 parent 696acdb commit b556516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tb_axi_xbar.sv
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ module tb_axi_xbar #(
/// Number of AXI slaves connected to the xbar. (Number of master ports)
parameter int unsigned TbNumSlaves = 32'd8,
/// Number of write transactions per master.
parameter int unsigned TbNumWrites = 32'd100,
parameter int unsigned TbNumWrites = 32'd200,
/// Number of read transactions per master.
parameter int unsigned TbNumReads = 32'd100,
parameter int unsigned TbNumReads = 32'd200,
/// AXI4+ATOP ID wisth of the masters connected to the slave ports of the DUT.
/// The ID width of the salves is calulated depending on the xbar configuration.
parameter int unsigned TbAxiIdWidthMasters = 32'd5,
Expand Down

0 comments on commit b556516

Please sign in to comment.