From 573fda663bce2ada39bf08ae77275ca208b6c6fa Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Wed, 31 Oct 2018 11:57:45 +0100 Subject: [PATCH] add record for trbnet data paths --- trb_net_std.vhd | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/trb_net_std.vhd b/trb_net_std.vhd index 8e8087d..8c8a237 100644 --- a/trb_net_std.vhd +++ b/trb_net_std.vhd @@ -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); -- 2.43.0