From 3fd1a5e178cff7d6180bbfd05a6883b36a3804f3 Mon Sep 17 00:00:00 2001 From: palka Date: Mon, 28 Jul 2008 07:59:14 +0000 Subject: [PATCH] 28.07.200828.07.2008 --- trb_cts/cts.vhd | 54 ++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 25 deletions(-) diff --git a/trb_cts/cts.vhd b/trb_cts/cts.vhd index 43e0b5f..b4eb64a 100644 --- a/trb_cts/cts.vhd +++ b/trb_cts/cts.vhd @@ -1002,31 +1002,35 @@ begin -- ADO_TTL(2) <= '0'; -- ADO_TTL(3) <= '0'; --- DTU_INT: dtu_interface --- port map ( --- CLK => CLK, --- RESET => external_reset_i, --- LVL1_TRIGGER_BUS => '0', --- LVL1_DATA_TRIGGER_BUS => '0', --- LVL1_DATA_BUS => x"0", --- LVL1_ERROR_BUS => open, --- LVL1_BUSY_BUS => open, --- LVL1_TRIGGER => open, --- LVL1_CODE => open, --- LVL1_TAG => open, --- LVL1_BUSY => '0', --- LVL2_TRIGGER_BUS => ADO_TTL(10), --- LVL2_DATA_TRIGGER_BUS => ADO_TTL(15), --- LVL2_DATA_BUS => ADO_TTL(14 downto 11), --- LVL2_ERROR_BUS => ADO_TTL(9), --- LVL2_BUSY_BUS => ADO_TTL(8), --- LVL2_TRIGGER => lvl2_trigger_i, --- LVL2_CODE => lvl2_code_i, --- LVL2_TAG => lvl2_tag_i, --- LVL2_BUSY => '0', --- LVL2_TRB_ACK => lvl2_trb_ack_i, --- DTU_DEBUG_00 => dtu_debug_00_i); --- ADO_TTL(15 downto 10) <= (others => 'Z'); + DTU_INT: dtu_interface + port map ( + CLK => CLK, + RESET => external_reset_i, + LVL1_TRIGGER_BUS => '0', + LVL1_DATA_TRIGGER_BUS => '0', + LVL1_DATA_BUS => x"0", + LVL1_ERROR_BUS => open, + LVL1_BUSY_BUS => open, + LVL1_TRIGGER => open, + LVL1_CODE => open, + LVL1_TAG => open, + LVL1_BUSY => '0', + LVL2_TRIGGER_BUS => ADO_TTL(10), + LVL2_DATA_TRIGGER_BUS => ADO_TTL(15), + LVL2_DATA_BUS => ADO_TTL(14 downto 11), + LVL2_ERROR_BUS => ADO_TTL(9), + LVL2_BUSY_BUS => ADO_TTL(8), + LVL2_TRIGGER => lvl2_trigger_i, + LVL2_CODE => lvl2_code_i, + LVL2_TAG => lvl2_tag_i, + LVL2_BUSY => '0', + LVL2_TRB_ACK => lvl2_trb_ack_i, + DTU_DEBUG_00 => dtu_debug_00_i); + ADO_TTL(15 downto 10) <= (others => 'Z'); + -------------------------------------------------------------------------- + -- no api + -------------------------------------------------------------------------- + -------------------------------------------------------------------------- -- event from cts to etrax -------------------------------------------------------------------------- -- 2.43.0