From: Michael Boehmer Date: Sat, 25 Jun 2022 22:12:47 +0000 (+0200) Subject: fixes 2 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=92d7dc608a9e79d3152d03e083fc92fa07b1d792;p=TOMcat.git fixes 2 --- diff --git a/gbe/tomcat_gbe.vhd b/gbe/tomcat_gbe.vhd index acdb764..6d1048c 100644 --- a/gbe/tomcat_gbe.vhd +++ b/gbe/tomcat_gbe.vhd @@ -272,44 +272,44 @@ begin -- Outputs ------------------------------------------------------------------------------- -- INTCOM(19 downto 0) <= (others => '0'); - INTCOM(19) <= debug(19); --'0'; - INTCOM(18) <= debug(18); --'0'; - INTCOM(17) <= debug(17); --'0'; - INTCOM(16) <= debug(16); --'0'; - INTCOM(15) <= debug(15); --'0'; - INTCOM(14) <= debug(14); --'0'; - INTCOM(13) <= debug(13); --'0'; - INTCOM(12) <= debug(12); --'0'; - INTCOM(11) <= debug(11); --'0'; - INTCOM(10) <= debug(10); --'0'; - INTCOM(9) <= debug(9); --'0'; - INTCOM(8) <= debug(8); --'0'; - INTCOM(7) <= debug(7); --'0'; - INTCOM(6) <= debug(6); --'0'; - INTCOM(5) <= debug(5); --'0'; - INTCOM(4) <= debug(4); --'0'; - INTCOM(3) <= debug(3); --'0'; - INTCOM(2) <= debug(2); --'0'; - INTCOM(1) <= debug(1); --'0'; - INTCOM(0) <= debug(0); --'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'; -- GPIO <= (others => '0'); GPIO(15) <= '0'; GPIO(14) <= '0'; - GPIO(13) <= debug(33); --'0'; - GPIO(12) <= debug(32); --'0'; - GPIO(11) <= debug(31); --'0'; - GPIO(10) <= debug(30); --'0'; - GPIO(9) <= debug(29); --'0'; - GPIO(8) <= debug(28); --'0'; - GPIO(7) <= debug(27); --'0'; - GPIO(6) <= debug(26); --'0'; - GPIO(5) <= debug(25); --'0'; - GPIO(4) <= debug(24); --'0'; - GPIO(3) <= debug(23); --'0'; - GPIO(2) <= debug(22); --'0'; - GPIO(1) <= debug(21); --'0'; - GPIO(0) <= debug(20); --'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'; TIMING_TEST <= reset_via_gbe; --'0'; @@ -319,8 +319,8 @@ begin LED_SFP_GREEN <= not '0'; LED_SFP_RED <= not '0'; LED_SFP_YELLOW <= not '0'; - LED(3) <= not '0'; - LED(2) <= not '0'; + LED(3) <= not debug(9); --'0'; LRR + LED(2) <= not debug(10); --'0'; LTR LED(1) <= not '0'; LED(0) <= not '0';