-- INFO_IN => timer,
-- LOGIC_ANALYSER_OUT => open
-- );
-
-
+--
+--
+ gen_TDC_onlineCal: if (INCLUDE_TDC = c_YES) generate
gen_onlineCal: if (INCLUDE_CALIBRATION = c_YES) generate
THE_TDC_CAL : entity work.TDC_Calibration
generic map(
bustdccal_tx.nack <= '1';
bustdccal_tx.unknown <= '1';
- end generate; -- Calib
+ end generate; --Calib
+ end generate; -- TDC Calib
-- For single edge measurements
gen_single : if (DOUBLE_EDGE_TYPE = 0 or DOUBLE_EDGE_TYPE = 1 or DOUBLE_EDGE_TYPE = 3 ) and (INCLUDE_ETM = c_NO) generate
end generate;
gen_single : if (DOUBLE_EDGE_TYPE = 0 or DOUBLE_EDGE_TYPE = 1 or DOUBLE_EDGE_TYPE = 3) and ((ETM_CHOICE = ETM_CHOICE_MBS_VULOM) and (INCLUDE_ETM = c_YES)) generate
- hit_in_i(1) <= RJ45_SIG_1;--'0';
- hit_in_i(2) <= RJ45_SIG_1;--async_ext_trig;
- hit_in_i(3) <= RJ45_SIG_1;--cts_ext_trigger;
- hit_in_i(4) <= RJ45_SIG_1;--'0';
+ hit_in_i(1) <= '0';--RJ45_SIG_1;--
+ hit_in_i(2) <= async_ext_trig;--RJ45_SIG_1;--
+ hit_in_i(3) <= cts_ext_trigger;--RJ45_SIG_1;--
+ hit_in_i(4) <= '0';--RJ45_SIG_1;--
end generate;
-- end generate;--TDC
--input monitor and trigger generation logic
- constant INCLUDE_TDC : integer := c_YES;
+ constant INCLUDE_TDC : integer := c_NO;--YES;
constant INCLUDE_TRIGGER_LOGIC : integer := c_YES;
constant INCLUDE_STATISTICS : integer := c_YES;
constant TRIG_GEN_INPUT_NUM : integer := 24;