]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
add further conditions to TRM reading in hub
authorJan Michel <michel@physik.uni-frankfurt.de>
Thu, 20 Jul 2023 13:46:59 +0000 (15:46 +0200)
committerJan Michel <michel@physik.uni-frankfurt.de>
Thu, 20 Jul 2023 13:46:59 +0000 (15:46 +0200)
trb_net16_hub_logic_2.vhd
trb_net16_ibuf.vhd
trb_net16_iobuf.vhd
trb_net_components.vhd

index be0631b62bcfd8f19209ab5462d3bc7c31fe9148..93ca9de17c46a4dbf9cb9626cda4fb37bfb73e2c 100644 (file)
@@ -238,7 +238,7 @@ begin
     reply_data_in_i(i*16+15 downto i*16)     <= REPLY_DATA_IN(i*16+15 downto i*16);
     reply_packet_num_in_i(i*3+2 downto i*3)  <= REPLY_PACKET_NUM_IN(i*3+2 downto i*3);
   
-    TRM_packet(i) <= '1' when REPLY_DATA_IN(i*16+2 downto i*16) = TYPE_TRM and REPLY_PACKET_NUM_IN(i*3+2 downto i*3) = c_H0 else '0';
+    TRM_packet(i) <= '1' when REPLY_DATA_IN(i*16+2 downto i*16) = TYPE_TRM and REPLY_PACKET_NUM_IN(i*3+2 downto i*3) = c_H0 and REPLY_DATAREADY_IN(i) = '1' and real_active_points(i) = '1' else '0';
   end generate;
 
   
index c6be94a8304e6ebf87067b53476b4f80e4c8b73d..430014d0bc863d7f8c26b8af251b78217072e793 100644 (file)
@@ -16,7 +16,7 @@ entity trb_net16_ibuf is
     USE_VENDOR_CORES : integer range 0 to 1 := c_YES;
     USE_ACKNOWLEDGE  : integer range 0 to 1 := std_USE_ACKNOWLEDGE;
     USE_CHECKSUM     : integer range 0 to 1 := c_YES;
-    SBUF_VERSION     : integer range 0 to 1 := std_SBUF_VERSION;
+    SBUF_VERSION     : integer range 0 to 6 := std_SBUF_VERSION;
     INIT_CAN_RECEIVE_DATA  : integer range 0 to 1 := c_YES;
     REPLY_CAN_RECEIVE_DATA : integer range 0 to 1 := c_YES
     );
index 3bc038e62a8ee804d26c6741df015170d26ba22c..a51f2ddb2cb275282e3e00188956c1839c3c3e45 100644 (file)
@@ -13,7 +13,7 @@ entity trb_net16_iobuf is
   generic (
     IBUF_DEPTH            : integer range 0 to 6 := c_FIFO_BRAM;--std_FIFO_DEPTH;
     IBUF_SECURE_MODE      : integer range 0 to 1 := c_NO;--std_IBUF_SECURE_MODE;
-    SBUF_VERSION          : integer range 0 to 1 := std_SBUF_VERSION;
+    SBUF_VERSION          : integer range 0 to 6 := std_SBUF_VERSION;
     SBUF_VERSION_OBUF     : integer range 0 to 6 := std_SBUF_VERSION;
     OBUF_DATA_COUNT_WIDTH : integer range 2 to 7 := std_DATA_COUNT_WIDTH;
     USE_ACKNOWLEDGE       : integer range 0 to 1 := std_USE_ACKNOWLEDGE;
index ccd835e5735499c58f21c6b3f05262a16178ed0a..2c35780f538ea554d32887ad74b3eb6d040ece6a 100644 (file)
@@ -1710,7 +1710,7 @@ end component;
     generic (\r
       IBUF_DEPTH             : integer range 0 to 6 := c_FIFO_BRAM;  --std_FIFO_DEPTH;\r
       IBUF_SECURE_MODE       : integer range 0 to 1 := c_NO;  --std_IBUF_SECURE_MODE;\r
-      SBUF_VERSION           : integer range 0 to 1 := std_SBUF_VERSION;\r
+      SBUF_VERSION           : integer range 0 to 6 := std_SBUF_VERSION;\r
       SBUF_VERSION_OBUF      : integer range 0 to 6 := std_SBUF_VERSION;\r
       OBUF_DATA_COUNT_WIDTH  : integer range 2 to 7 := std_DATA_COUNT_WIDTH;\r
       USE_ACKNOWLEDGE        : integer range 0 to 1 := std_USE_ACKNOWLEDGE;\r
@@ -3513,7 +3513,7 @@ end component;
   component trb_net16_term_ibuf is\r
     generic(\r
       SECURE_MODE  : integer range 0 to 1 := std_TERM_SECURE_MODE;\r
-      SBUF_VERSION : integer range 0 to 1 := std_SBUF_VERSION\r
+      SBUF_VERSION : integer range 0 to 6 := std_SBUF_VERSION\r
       );\r
     port(\r
       --  Misc\r