- 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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user