From: Jan Michel Date: Mon, 21 Dec 2020 09:44:31 +0000 (+0100) Subject: add two more outputs for trigger to RJ45 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=3e56653a4180da2195ed0ad1062e5ce48cee5b93;p=trb3sc.git add two more outputs for trigger to RJ45 --- diff --git a/tdctemplate/trb3sc_tdctemplate.vhd b/tdctemplate/trb3sc_tdctemplate.vhd index c7233eb..8fedf88 100644 --- a/tdctemplate/trb3sc_tdctemplate.vhd +++ b/tdctemplate/trb3sc_tdctemplate.vhd @@ -401,7 +401,7 @@ end generate; -- I/O --------------------------------------------------------------------------- - RJ_IO(1 downto 0) <= "00"; + RJ_IO(1 downto 0) <= trig_gen_out_i(3 downto 2); RJ_IO(3 downto 2) <= trig_gen_out_i(1 downto 0);