]> jspc29.x-matter.uni-frankfurt.de Git - trb3.git/commitdiff
Minor code cleanup for Mainz ETM
authorAndreas Neiser <neiser@kph.uni-mainz.de>
Tue, 7 May 2013 17:46:19 +0000 (19:46 +0200)
committerAndreas Neiser <neiser@kph.uni-mainz.de>
Tue, 7 May 2013 17:46:19 +0000 (19:46 +0200)
cts/source/cts_pkg.vhd
cts/trb3_central.vhd

index f7149c1f79362651aedfda96a23a5f016e4894cd..6c9774b2ff573614c3cee73779f8e1db713d54d9 100755 (executable)
@@ -137,7 +137,6 @@ package cts_pkg is
                         TIMER_TICK_1US_IN : in  std_logic;
                         SERIAL_IN                               : in    std_logic;
                         EXT_TRG_IN                              : in    std_logic;
-                        TRG_ASYNC_OUT           : out std_logic;
                         TRG_SYNC_OUT                    : out std_logic;
                         TRIGGER_IN                              : in    std_logic;
                         DATA_OUT                                        : out std_logic_vector(31 downto 0);
index 88e042c2f7db984c6afe41e7aa3d8f5820f1fdb0..58918d8a1cb7d114e84f8de044d03df4c663cc89 100644 (file)
@@ -446,7 +446,6 @@ begin
                                TIMER_TICK_1US_IN => timer_ticks(0),
                                SERIAL_IN                        => CLK_EXT(3),
                                EXT_TRG_IN               => CLK_EXT(4),
-                               --TRG_ASYNC_OUT  => TRG_ASYNC_OUT,
                                TRG_SYNC_OUT     => cts_ext_trigger,
                                TRIGGER_IN     => cts_rdo_trg_data_valid,
                                DATA_OUT       => cts_rdo_additional_data(31 downto 0),