v1.0.0-rc.34

This commit is contained in:
2025-04-14 11:52:06 +02:00
parent 708b5fbc4b
commit b0607ab3ca
238 changed files with 4590 additions and 1329 deletions
+5 -3
View File
@@ -334,8 +334,8 @@ void HLSDevice::HLSMainThread() {
hls::stream<ap_axiu<32,1,1,1>> spot_finder_result_2("spot_finder_result_2");
hls::stream<ap_uint<512>> spot_finder_result_3("spot_finder_result_3");
hls::stream<ap_uint<256>> roi_calc_result_0("roi_calc_result_0");
hls::stream<ap_uint<128>> pixel_count_result_0("pixel_calc_result_0");
hls::stream<ap_uint<512>> roi_calc_result_0("roi_calc_result_0");
hls::stream<ap_uint<PIXEL_COUNT_WIDTH>> pixel_count_result_0("pixel_calc_result_0");
hls::stream<ap_uint<UDP_METADATA_STREAM_WIDTH> > udp_metadata("udp_metadata");
@@ -491,6 +491,7 @@ void HLSDevice::HLSMainThread() {
hls_cores.emplace_back([&] {frame_summation_reorder_compl(data_3, data_4, axi_compl[0], axi_compl[1]);});
uint32_t ignore_counter = 0;
hls_cores.emplace_back([&] { load_from_hbm(data_4, data_5, axi_compl[1], axi_compl[3], hbm_handles,
impl_->datamover_in_hbm_0.GetDataStream(),
impl_->datamover_in_hbm_1.GetDataStream(),
@@ -498,7 +499,8 @@ void HLSDevice::HLSMainThread() {
impl_->datamover_in_hbm_0.GetCtrlStream(),
impl_->datamover_in_hbm_1.GetCtrlStream(),
impl_->datamover_in_hbm_2.GetCtrlStream(),
load_to_hbm_idle, impl_->hbm_if_size);});
load_to_hbm_idle, ignore_counter,
impl_->hbm_if_size);});
// 3. Calculate histogram of ADU values
hls_cores.emplace_back([&] { adu_histo(data_5, stream_768_01, adu_histo_result, axi_compl[3], axi_compl[4]);});