- 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
This commit is contained in:
2010-03-28 20:00:36 +00:00
parent f6b662274c
commit 3d90300b81
+1
View File
@@ -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;