- removed data_vld from tx_ctrl_in and rx_ctrl_out

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@823 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-25 21:10:36 +00:00
parent ebdb4e1e2c
commit c0291407fe
-2
View File
@@ -18,7 +18,6 @@ package emac_types is
tx_er : std_logic;
tx_size : unsigned(15 downto 0);
tx_req_en : std_logic;
data_vld : std_logic;
end record;
type tx_ctrl_out_t is record
@@ -34,7 +33,6 @@ package emac_types is
type rx_ctrl_out_t is record
rx_er : std_logic;
rx_vld : std_logic;
data_vld : std_logic;
rx_size : unsigned(15 downto 0);
end record;