Skip to content

Commit

Permalink
test(dma_model): Remove unused TCK parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 8, 2024
1 parent dfde1a4 commit 749afd1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions hw/tb/tb_floo_dma_mesh.sv
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ module tb_floo_dma_mesh;
floo_dma_test_node #(
.TA ( ApplTime ),
.TT ( TestTime ),
.TCK ( CyclTime ),
.DataWidth ( AxiNarrowInDataWidth ),
.AddrWidth ( AxiNarrowInAddrWidth ),
.UserWidth ( AxiNarrowInUserWidth ),
Expand All @@ -283,7 +282,6 @@ module tb_floo_dma_mesh;
floo_dma_test_node #(
.TA ( ApplTime ),
.TT ( TestTime ),
.TCK ( CyclTime ),
.DataWidth ( AxiWideInDataWidth ),
.AddrWidth ( AxiWideInAddrWidth ),
.UserWidth ( AxiWideInUserWidth ),
Expand Down
1 change: 0 additions & 1 deletion hw/test/floo_dma_test_node.sv
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
module floo_dma_test_node #(
parameter time TA = 1ns,
parameter time TT = 9ns,
parameter time TCK = 10ns,
parameter int unsigned BufferDepth = 16,
parameter int unsigned NumAxInFlight = 16,
parameter int unsigned DataWidth = 32,
Expand Down

0 comments on commit 749afd1

Please sign in to comment.