From 9e3e5bfc2b885d037c3d532960d4c5ed8284a6d9 Mon Sep 17 00:00:00 2001 From: Michael Boehmer Date: Mon, 27 Jun 2022 18:55:25 +0200 Subject: [PATCH] new LA connections --- gbe/tomcat_gbe.vhd | 39 +++------------------------------------ 1 file changed, 3 insertions(+), 36 deletions(-) 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'; -- 2.43.0