From: Michael Boehmer Date: Mon, 27 Jun 2022 16:55:25 +0000 (+0200) Subject: new LA connections X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=9e3e5bfc2b885d037c3d532960d4c5ed8284a6d9;p=TOMcat.git new LA connections --- diff --git a/gbe/tomcat_gbe.vhd b/gbe/tomcat_gbe.vhd index 7722061..8a37076 100644 --- a/gbe/tomcat_gbe.vhd +++ b/gbe/tomcat_gbe.vhd @@ -272,44 +272,11 @@ begin -- Outputs ------------------------------------------------------------------------------- -- INTCOM(19 downto 0) <= (others => '0'); - INTCOM(19) <= debug(33); --'0'; - INTCOM(18) <= debug(32); --'0'; - INTCOM(17) <= debug(31); --'0'; - INTCOM(16) <= debug(30); --'0'; - INTCOM(15) <= debug(28); --'0'; - INTCOM(14) <= debug(27); --'0'; - INTCOM(13) <= debug(26); --'0'; - INTCOM(12) <= debug(25); --'0'; - INTCOM(11) <= debug(24); --'0'; - INTCOM(10) <= debug(23); --'0'; - INTCOM(9) <= debug(22); --'0'; - INTCOM(8) <= debug(21); --'0'; - INTCOM(7) <= debug(19); --'0'; - INTCOM(6) <= debug(18); --'0'; - INTCOM(5) <= debug(17); --'0'; - INTCOM(4) <= debug(16); --'0'; - INTCOM(3) <= debug(15); --'0'; - INTCOM(2) <= debug(14); --'0'; - INTCOM(1) <= debug(13); --'0'; - INTCOM(0) <= debug(12); --'0'; + INTCOM <= debug(19 downto 0); -- GPIO <= (others => '0'); - GPIO(15) <= '0'; - GPIO(14) <= '0'; - GPIO(13) <= debug(29); --'0'; - GPIO(12) <= debug(20); --'0'; - GPIO(11) <= debug(11); --'0'; - GPIO(10) <= debug(10); --'0'; - GPIO(9) <= debug(9); --'0'; - GPIO(8) <= debug(8); --'0'; - GPIO(7) <= debug(7); --'0'; - GPIO(6) <= debug(6); --'0'; - GPIO(5) <= debug(5); --'0'; - GPIO(4) <= debug(4); --'0'; - GPIO(3) <= debug(3); --'0'; - GPIO(2) <= debug(2); --'0'; - GPIO(1) <= debug(1); --'0'; - GPIO(0) <= debug(0); --'0'; + GPIO(15 downto 14) <= (others => '0'); + GPIO(13 downto 0) <= debug(33 downto 20); TIMING_TEST <= reset_via_gbe; --'0';