From 634cd8963cdb5fe39a79bfa387eef8031e2b4da5 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Fri, 2 Dec 2022 15:25:33 +0100 Subject: [PATCH] update DBO config --- DBO/config.vhd | 3 ++- DBO/mdctdc.lpf | 1 + DBO/par.p2t | 8 +++----- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DBO/config.vhd b/DBO/config.vhd index 144af43..45bf249 100644 --- a/DBO/config.vhd +++ b/DBO/config.vhd @@ -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 diff --git a/DBO/mdctdc.lpf b/DBO/mdctdc.lpf index abab132..0a07209 100644 --- a/DBO/mdctdc.lpf +++ b/DBO/mdctdc.lpf @@ -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" ; diff --git a/DBO/par.p2t b/DBO/par.p2t index 9e4ef4d..b4a1089 100644 --- a/DBO/par.p2t +++ b/DBO/par.p2t @@ -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 -- 2.43.0