From: Jan Michel Date: Thu, 28 Sep 2017 15:11:19 +0000 (+0200) Subject: add slow control registers X-Git-Tag: v2.3~30 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=4c5909f4cbe460906b3f8738984be47cab57236c;p=tdc.git add slow control registers --- diff --git a/releases/tdc_v2.3/TDC_record.vhd b/releases/tdc_v2.3/TDC_record.vhd index ccf3572..7d0e50a 100644 --- a/releases/tdc_v2.3/TDC_record.vhd +++ b/releases/tdc_v2.3/TDC_record.vhd @@ -717,7 +717,7 @@ begin buschdebug_data_in(0) <= ch_200_debug(0); GEN_BUSCHDEBUG : for i in 1 to CHANNEL_NUMBER-1 generate - buschdebug_data_in(i) <= ch_200_debug(i)(31 downto 2) & edge_rising_2r(i) & ch_200_debug(i)(0); + buschdebug_data_in(i) <= ch_200_debug(i)(31 downto 2) & edge_rising_2r(i) & ch_200_debug(i)(0) when rising_edge(CLK_READOUT); end generate GEN_BUSCHDEBUG;