FPGA: Integration on FPGA allows for per pixel weights (in range 1.99 - 3e-5)

This commit is contained in:
2023-10-21 15:37:46 +02:00
parent d91eb6bdd5
commit 3b65e6bf88
15 changed files with 104 additions and 27 deletions
+1 -1
View File
@@ -354,7 +354,7 @@ void HLSSimulatedDevice::HLSMainThread() {
// 7. Integration of pixels
hls_cores.emplace_back([&] { integration(converted_6, converted_7, integration_result_0, compl4, compl5,
hbm.data(), hbm.data(), hbm_if_size);});
hbm.data(), hbm.data(), hbm.data(), hbm.data(), hbm_if_size);});
hls_cores.emplace_back([&] { axis_128_to_512(integration_result_0, integration_result_1);});