]> jspc29.x-matter.uni-frankfurt.de Git - trb5sc.git/commitdiff
add FPGA SIZE
authorJan Michel <j.michel@gsi.de>
Tue, 16 Jun 2020 09:33:05 +0000 (11:33 +0200)
committerJan Michel <j.michel@gsi.de>
Tue, 16 Jun 2020 09:33:05 +0000 (11:33 +0200)
template/config.vhd

index 9d4a422fe9e97e5e586465691f5e2ccfc0945f59..4757bc0982ad9401ef2eced1d7384527d5a9c57c 100644 (file)
@@ -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