FPGA: Add extra comment to spot_finder

This commit is contained in:
2023-10-19 20:56:24 +02:00
parent 9f48e4b317
commit 60466fe146

View File

@@ -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};