]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
Debugging for hub
authorMichael Boehmer <mboehmer@ph.tum.de>
Tue, 7 Jun 2022 10:35:37 +0000 (12:35 +0200)
committerMichael Boehmer <mboehmer@ph.tum.de>
Tue, 7 Jun 2022 10:35:37 +0000 (12:35 +0200)
trb_net16_hub_base.vhd

index 3f3416feea48a09fa52967d0181f4d4eb390688a..7596002ddb3eb6cb8b68a4e84843092bd70ecb2c 100644 (file)
@@ -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');