From: Michael Boehmer Date: Wed, 9 Nov 2022 20:34:04 +0000 (+0100) Subject: debugging X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=efaef942e275987be392d714c009cd4e2e12882a;p=trb3sc.git debugging --- diff --git a/gbe_hub/structure.txt b/gbe_hub/structure.txt index b18702b..e21bce6 100644 --- a/gbe_hub/structure.txt +++ b/gbe_hub/structure.txt @@ -1,11 +1,11 @@ -trb3sc_gbe_hub ++> clock_reset_handler ++> reset_handler - ++> gbe_sgl_ctrl - +-> gbe_wrapper_fifo ++> rx_rb +-> rb_4k_9 - | ++> gbe_logic_wrapper ++> gbe_main_control ++> gbe_protocol_selector ++> gbe_response_constructor_ARP - | | ++> gbe_response_constructor_DHCP - | | ++> gbe_response_constructor_Ping - | | ++> gbe_response_constructor_SCTRL +-> fifo_2kx9x18_wcnt - | | ++> gbe_response_constructor_Forward +trb3sc_gbe_hub +-> clock_reset_handler +-> reset_handler + +-> gbe_sgl_ctrl + +-> gbe_wrapper_fifo +-> rx_rb +-> rb_4k_9 + | +-> gbe_logic_wrapper +-> gbe_main_control ++> gbe_protocol_selector +-> gbe_response_constructor_ARP + | | +-> gbe_response_constructor_DHCP + | | +-> gbe_response_constructor_Ping + | | +-> gbe_response_constructor_SCTRL +-> fifo_2kx9x18_wcnt + | | +-> gbe_response_constructor_Forward | +-> gbe_transmit_control | +-> gbe_frame_constr | +-> gbe_receive_control diff --git a/gbe_hub/trb3sc_gbe_hub.vhd b/gbe_hub/trb3sc_gbe_hub.vhd index b93c6dc..a8f5761 100644 --- a/gbe_hub/trb3sc_gbe_hub.vhd +++ b/gbe_hub/trb3sc_gbe_hub.vhd @@ -419,7 +419,7 @@ begin -- 9 : fifo_wr -- 8 : fifo_eof -- 7..0: data - + DBG(31 downto 0) <= debug_wrapper(31 downto 0); DBG(32) <= '0'; DBG(33) <= master_clk;