Skip to content

Commit

Permalink
test: Lower number of txns
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 12, 2023
1 parent ccddd0c commit 8aefd37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/tb_floo_narrow_wide_chimney.sv
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ module tb_floo_narrow_wide_chimney;
localparam time ApplTime = 2ns;
localparam time TestTime = 8ns;

localparam NarrowNumReads = 1000;
localparam NarrowNumWrites = 1000;
localparam WideNumReads = 1000;
localparam WideNumWrites = 1000;
localparam NarrowNumReads = 100;
localparam NarrowNumWrites = 100;
localparam WideNumReads = 100;
localparam WideNumWrites = 100;

localparam NumTargets = 2;

Expand Down

0 comments on commit 8aefd37

Please sign in to comment.