Skip to content

Commit

Permalink
Fix latency for all TrackBuilders.
Browse files Browse the repository at this point in the history
  • Loading branch information
aehart committed Dec 21, 2023
1 parent 9215e71 commit e8dfcc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TrackletAlgorithm/TrackBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ void TrackBuilder(

full_matches : for (unsigned short i = 0; i < kMaxProc; i++) {
#pragma HLS pipeline II=1 rewind
#pragma HLS latency min=5 max=5

const ap_uint<1> empty = (i == 0);
TrackletIDType min_id = kInvalidTrackletID;
Expand Down

0 comments on commit e8dfcc6

Please sign in to comment.