]> jspc29.x-matter.uni-frankfurt.de Git - trbnet.git/commitdiff
add record for trbnet data paths
authorJan Michel <j.michel@gsi.de>
Wed, 31 Oct 2018 10:57:45 +0000 (11:57 +0100)
committerJan Michel <j.michel@gsi.de>
Wed, 31 Oct 2018 10:57:45 +0000 (11:57 +0100)
trb_net_std.vhd

index 8e8087d184474094ed092fdb2a50787cf9ddd667..8c8a237d56693e499d32e90b67c4223bb4783217 100644 (file)
@@ -246,6 +246,12 @@ package trb_net_std is
     read_rx        : std_logic;
   end record;  
   
+  type NETBUS is record
+    dataready      : std_logic;
+    data           : std_logic_vector(15 downto 0);
+    packet_num     : std_logic_vector(2 downto 0);
+  end record;
+  
   
   type std_logic_vector_array_36 is array (integer range <>) of std_logic_vector(35 downto 0);
   type std_logic_vector_array_32 is array (integer range <>) of std_logic_vector(31 downto 0);