From: hadeshyp Date: Fri, 15 Jan 2010 10:32:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: oldGBE~349 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=a760c69d892c99f05d846982d31b7f6c89f88bc0;p=trbnet.git *** empty log message *** --- diff --git a/trb_net16_endpoint_hades_full.vhd b/trb_net16_endpoint_hades_full.vhd index 24457aa..000eed7 100644 --- a/trb_net16_endpoint_hades_full.vhd +++ b/trb_net16_endpoint_hades_full.vhd @@ -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;