Move MAX_FPGA_SUMMATION to Definitions.h

This commit is contained in:
2023-11-02 12:55:52 +01:00
parent b3eceef7cd
commit f21f226a59
2 changed files with 1 additions and 1 deletions
+1
View File
@@ -134,6 +134,7 @@
#define FPGA_INTEGRATION_BIN_COUNT 1024
#define MAX_MODULES_FPGA 32
#define MAX_FPGA_SUMMATION 128
#define ADU_HISTO_BIN_WIDTH 32
#define ADU_HISTO_BIN_COUNT (65536/ ADU_HISTO_BIN_WIDTH)
@@ -1,7 +1,6 @@
// Copyright (2019-2023) Paul Scherrer Institute
#include "hls_jfjoch.h"
#define MAX_FPGA_SUMMATION 128
void frame_summation_reorder_compl(STREAM_512 &data_in,
STREAM_512 &data_out,