]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Fri, 15 Jan 2010 10:32:28 +0000 (10:32 +0000)
committerhadeshyp <hadeshyp>
Fri, 15 Jan 2010 10:32:28 +0000 (10:32 +0000)
trb_net16_endpoint_hades_full.vhd

index 24457aae45228118f39f942b6d39e15eb80de14d..000eed78ab020c26149f84ae5508e44d9f3f1ce2 100644 (file)
@@ -762,7 +762,7 @@ begin
         if reset_no_link = '1' or LVL1_TRG_RECEIVED_OUT_falling = '1' then
           got_timing_trigger <= '0';
         elsif TRIGGER_MONITOR_IN = '1' or
-              (LVL1_TRG_RECEIVED_OUT_rising = '1' and LVL1_TRG_TYPE_OUT >= x"8" and LVL1_TRG_INFORMATION_OUT(7) = '1') then
+              (LVL1_TRG_RECEIVED_OUT_rising = '1' and buf_LVL1_TRG_TYPE_OUT >= x"8" and buf_LVL1_TRG_INFORMATION_OUT(7) = '1') then
           got_timing_trigger <= '1';
         end if;
       end if;