From: Jan Michel Date: Wed, 20 Sep 2017 16:41:20 +0000 (+0200) Subject: Add option of trigger forwarding to central gbe design X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3b04436336d0b017b96b682ae0dc875f31125920;p=trb3.git Add option of trigger forwarding to central gbe design --- diff --git a/trb3_gbe/trb3_central_gbe.vhd b/trb3_gbe/trb3_central_gbe.vhd index 07c6aa6..dca233e 100644 --- a/trb3_gbe/trb3_central_gbe.vhd +++ b/trb3_gbe/trb3_central_gbe.vhd @@ -955,6 +955,10 @@ gen_TRIG_LOGIC : if INCLUDE_TRIGGER_LOGIC = 1 generate trig_inputs <= FPGA4_COMM(10 downto 7) & FPGA3_COMM(10 downto 7) & FPGA2_COMM(10 downto 7) & FPGA1_COMM(10 downto 7); end generate; +gen_no_TRIG_LOGIC : if INCLUDE_TRIGGER_LOGIC = 0 generate + TRIGGER_OUT2 <= TRIGGER_RIGHT; +end generate; + --------------------------------------------------------------------------- -- Input Statistics ---------------------------------------------------------------------------