]> jspc29.x-matter.uni-frankfurt.de Git - mdcupgrade.git/commitdiff
update DBO config
authorJan Michel <michel@physik.uni-frankfurt.de>
Fri, 2 Dec 2022 14:25:33 +0000 (15:25 +0100)
committerJan Michel <michel@physik.uni-frankfurt.de>
Fri, 2 Dec 2022 14:25:33 +0000 (15:25 +0100)
DBO/config.vhd
DBO/mdctdc.lpf
DBO/par.p2t

index 144af4352088604ffb3fa832c63ead1551fdc87f..45bf24947b7b017e8ff00e4337057d22e1e99576 100644 (file)
@@ -20,7 +20,7 @@ package config is
   constant NUM_TDC_CHANNELS        : integer range 1 to 65 := 33;  -- number of tdc channels per module
   constant NUM_TDC_CHANNELS_POWER2 : integer range 0 to 6  := 5;  --the nearest power of two, for convenience reasons 
 
-  constant EVENT_BUFFER_SIZE        : integer range 9 to 13 := 13; -- size of the event buffer, 2**N
+  constant EVENT_BUFFER_SIZE        : integer range 9 to 13 := 11; -- size of the event buffer, 2**N
   constant EVENT_MAX_SIZE           : integer := 400;             --maximum event size. Must not exceed EVENT_BUFFER_SIZE/2
 
     
@@ -35,6 +35,7 @@ package config is
     constant INCLUDE_UART           : integer  := c_NO; --300 slices
     constant INCLUDE_SPI            : integer  := c_NO; --300 slices
     constant INCLUDE_ADC            : integer  := c_NO; 
+    constant INCLUDE_I2C            : integer  := c_NO; 
     constant INCLUDE_LCD            : integer  := c_NO; --800 slices
     constant INCLUDE_DEBUG_INTERFACE: integer  := c_NO; --300 slices
 
index abab132db719fbbfee0d2c938dddb8825fca5204..0a072099cef6d7faeca41348b91126dd31b95d3b 100644 (file)
@@ -15,6 +15,7 @@ FREQUENCY NET "THE_MEDIA_INTERFACE/clk_tx_full" 200 MHz;
 
 MULTICYCLE TO CELL "THE_MEDIA_INTERFACE/THE_SCI_READER/PROC_SCI_CTRL.BUS_TX*" 10 ns;
 MULTICYCLE TO CELL "THE_MEDIA_INTERFACE/THE_MED_CONTROL/THE_TX/STAT_REG_OUT*" 10 ns;
+MULTICYCLE FROM ASIC THE_MEDIA_INTERFACE/gen_pcs0.THE_SERDES/serdes_sync_0_inst/DCU0_inst PIN SCIRDATA* 15 ns;
 
 REGION               "MEDIA" "R57C34D" 13 30;
 LOCATE UGROUP        "THE_MEDIA_INTERFACE/media_interface_group" REGION "MEDIA" ;
index 9e4ef4d51450927518f8457e6d60a6df73bf690a..b4a10895a41fd96f958482e57f0092b66d33f0e5 100644 (file)
@@ -8,8 +8,7 @@
 -c 2
 -e 2
 -i 10
-#-exp parPlcInLimit=0
-#-exp parPlcInNeighborSize=1
+
 #General PAR Command Line Options
 #  -w    With this option, any files generated will overwrite existing files
 #        (e.g., any .par, .pad files).
@@ -64,6 +63,5 @@
 #  parHoldLimit              This option allows you to set a limit on the number of
 #                    hold time violations to be processed by the auto hold time correction option
 #                    parHold. 
-#  parPlcInLimit              Cannot find in the online help
-#  parPlcInNeighborSize        Cannot find in the online help
--exp parHold=ON:parHoldLimit=10000:parCDP=1:parCDR=1:parPathBased=OFF:paruseNBR=1
+
+-exp parHold=2:parHoldLimit=10000:parCDP=1:parCDR=1:parPathBased=OFF:paruseNBR=1