From 3d90300b814d810adc4ba713ea5671cb9a319b72 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 28 Mar 2010 20:00:36 +0000 Subject: [PATCH] - added pkt_armed register bit (ready-to-write-bit) Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@841 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/emac/src/emac_types.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/emac/src/emac_types.vhd b/lib/emac/src/emac_types.vhd index 0286c9d..42d1e9b 100644 --- a/lib/emac/src/emac_types.vhd +++ b/lib/emac/src/emac_types.vhd @@ -26,6 +26,7 @@ package emac_types is tx_size : unsigned(15 downto 0); pkt_done : std_logic; pkt_alloc_req : std_logic; + pkt_armed : std_logic; reset_busy : std_logic; end record;