Move MAX_FPGA_SUMMATION to Definitions.h
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user