From: Cahit Date: Mon, 22 Apr 2013 12:01:56 +0000 (+0200) Subject: intermediate commit - cu X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=96c9b6f40028a5103960dabd2857d1156e2472d9;p=trb3.git intermediate commit - cu --- diff --git a/tdc_releases/tdc_v1.5/trb3_periph.vhd b/tdc_releases/tdc_v1.5/trb3_periph.vhd index a23d08a..806c419 100644 --- a/tdc_releases/tdc_v1.5/trb3_periph.vhd +++ b/tdc_releases/tdc_v1.5/trb3_periph.vhd @@ -711,14 +711,14 @@ begin THE_TDC : TDC generic map ( - CHANNEL_NUMBER => 65, -- Number of TDC channels + CHANNEL_NUMBER => 5, -- Number of TDC channels CONTROL_REG_NR => 5) -- Number of control regs - higher than 8 check tdc_ctrl_addr port map ( RESET => reset_i, CLK_TDC => CLK_PCLK_LEFT, -- Clock used for the time measurement CLK_READOUT => clk_100_i, -- Clock for the readout - REFERENCE_TIME => timing_trg_received_i, -- Reference time input - HIT_IN => hit_in_i(64 downto 1), -- Channel start signals + REFERENCE_TIME => timing_trg_received_i, -- Reference time input + HIT_IN => hit_in_i(4 downto 1), -- Channel start signals TRG_WIN_PRE => tdc_ctrl_reg(42 downto 32), -- Pre-Trigger window width TRG_WIN_POST => tdc_ctrl_reg(58 downto 48), -- Post-Trigger window width --