Skip to content

Commit

Permalink
Adjust testbench to new extended parameter interface.
Browse files Browse the repository at this point in the history
  • Loading branch information
preusser committed May 15, 2024
1 parent ce479a4 commit deb07a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finn-rtllib/thresholding/sim/thresholding_axi_tb.sv
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module thresholding_axi_tb #(
uwire ovld;
uwire [PE-1:0][N-1:0] odat;

thresholding_axi #(.N(N), .K(K), .C(C), .PE(PE), .SIGNED(0), .USE_AXILITE(1)) dut (
thresholding_axi #(.N(N), .WI(K), .WT(K), .C(C), .PE(PE), .SIGNED(0), .USE_AXILITE(1)) dut (
.ap_clk(clk), .ap_rst_n(!rst),

// Configuration
Expand Down

0 comments on commit deb07a5

Please sign in to comment.