From 3e20360be5f4f50a5d3a6f5492471667e5d47b54 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Tue, 16 Jun 2020 11:33:05 +0200 Subject: [PATCH] add FPGA SIZE --- template/config.vhd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/template/config.vhd b/template/config.vhd index 9d4a422..4757bc0 100644 --- a/template/config.vhd +++ b/template/config.vhd @@ -12,7 +12,7 @@ package config is --set to 0 for backplane serdes, set to 1 for SFP serdes - constant SERDES_NUM : integer := 1; + constant SERDES_NUM : integer := 0; --TDC settings constant FPGA_TYPE : integer := 5; --3: ECP3, 5: ECP5 @@ -58,6 +58,8 @@ package config is constant TRIG_GEN_INPUT_NUM : integer := 32; constant TRIG_GEN_OUTPUT_NUM : integer := 4; constant MONITOR_INPUT_NUM : integer := 32; + + constant FPGA_SIZE : string := "85KUM"; ------------------------------------------------------------------------------ --End of design configuration -- 2.43.0