From: Michael Boehmer Date: Tue, 7 Jun 2022 10:35:37 +0000 (+0200) Subject: Debugging for hub X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=94a09be5cf03f171658f07b4ba298452fe7d5cff;p=trbnet.git Debugging for hub --- diff --git a/trb_net16_hub_base.vhd b/trb_net16_hub_base.vhd index 3f3416f..7596002 100644 --- a/trb_net16_hub_base.vhd +++ b/trb_net16_hub_base.vhd @@ -1779,10 +1779,21 @@ HUB_MED_CONNECTED(31 downto MII_NUMBER) <= (others => '1'); -- buf_STAT_DEBUG(15) <= buf_to_hub_INIT_DATAREADY(0*4+3); - buf_STAT_DEBUG( 3 downto 0 ) <= STAT_TIMEOUT(3*32+3 downto 3*32); - buf_STAT_DEBUG( 7 downto 4 ) <= HUB_CTRL_final_activepoints(3*32+3 downto 3*32); +-- buf_STAT_DEBUG( 3 downto 0 ) <= STAT_TIMEOUT(3*32+3 downto 3*32); +-- buf_STAT_DEBUG( 7 downto 4 ) <= HUB_CTRL_final_activepoints(3*32+3 downto 3*32); + + buf_STAT_DEBUG(0) <= m_DATAREADY_OUT(6); + buf_STAT_DEBUG(1) <= m_READ_IN(6); + buf_STAT_DEBUG(2) <= m_PACKET_NUM_OUT(18); + buf_STAT_DEBUG(3) <= m_PACKET_NUM_OUT(19); + buf_STAT_DEBUG(4) <= m_PACKET_NUM_OUT(20); + buf_STAT_DEBUG(5) <= m_DATA_OUT(96); + buf_STAT_DEBUG(6) <= m_DATA_OUT(97); + buf_STAT_DEBUG(7) <= m_DATA_OUT(98); + buf_STAT_DEBUG(8) <= m_DATA_OUT(99); + buf_STAT_DEBUG(9) <= MPLEX_STAT(25); + buf_STAT_DEBUG(31 downto 10) <= (others => '0'); - IOBUF_STAT_INIT_OBUF_DEBUG <= iobuf_stat_init_obuf_debug_i; IOBUF_STAT_REPLY_OBUF_DEBUG <= iobuf_stat_reply_obuf_debug_i; IOBUF_CTRL_GEN <= (others => '0');