- 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:
@@ -26,6 +26,7 @@ package emac_types is
|
|||||||
tx_size : unsigned(15 downto 0);
|
tx_size : unsigned(15 downto 0);
|
||||||
pkt_done : std_logic;
|
pkt_done : std_logic;
|
||||||
pkt_alloc_req : std_logic;
|
pkt_alloc_req : std_logic;
|
||||||
|
pkt_armed : std_logic;
|
||||||
reset_busy : std_logic;
|
reset_busy : std_logic;
|
||||||
end record;
|
end record;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user