From 3b04436336d0b017b96b682ae0dc875f31125920 Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 20 Sep 2017 18:41:20 +0200 Subject: [PATCH] Add option of trigger forwarding to central gbe design --- trb3_gbe/trb3_central_gbe.vhd | 4 ++++ 1 file changed, 4 insertions(+) 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 --------------------------------------------------------------------------- -- 2.43.0