FPGA: Integration on FPGA allows for per pixel weights (in range 1.99 - 3e-5)
This commit is contained in:
@@ -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);});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user