HLS: Added frame_summation core

This commit is contained in:
2023-10-26 22:31:09 +02:00
parent 4011c4541d
commit 2268486824
16 changed files with 479 additions and 40 deletions
+2 -1
View File
@@ -306,7 +306,8 @@ void HLSSimulatedDevice::HLSMainThread() {
cfg.one_over_energy,
cfg.nframes,
cfg.nmodules,
cfg.nstorage_cells);
cfg.nstorage_cells,
cfg.nsummation);
run_data_collection = 0;
}
});