diff --git a/fpga/hls/spot_finder.cpp b/fpga/hls/spot_finder.cpp index d2a28919..52144214 100644 --- a/fpga/hls/spot_finder.cpp +++ b/fpga/hls/spot_finder.cpp @@ -45,6 +45,8 @@ void spot_finder(STREAM_512 &data_in, strong_pixel_count += count_pixels(strong_pixel); data_in >> packet; } + + // Save module statistics strong_pixel_out << ap_axiu<32,1,1,1>{.data = count_threshold, .user = 0}; strong_pixel_out << ap_axiu<32,1,1,1>{.data = snr_threshold, .user = 0}; strong_pixel_out << ap_axiu<32,1,1,1>{.data = strong_pixel_count, .user = 0};