- removed 'tx_err' from register flags

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@863 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-04-07 11:20:19 +00:00
parent c3b554ffc3
commit bb41db0f76
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -18,7 +18,6 @@ package emac_types is
type tx_ctrl_in_t is record
Gbps_en : std_logic;
reset : std_logic;
tx_er : std_logic;
tx_size : unsigned(15 downto 0);
pkt_commit_en : std_logic;
pkt_alloc_en : std_logic;
-1
View File
@@ -80,7 +80,6 @@ host_state:
tx_ctrl_in.pkt_commit_en <= '0';
tx_ctrl_in.reset <= '0';
tx_ctrl_in.Gbps_en <= '0';
tx_ctrl_in.tx_er <= '0';
tx_ctrl_in.tx_size <= pkt_nbytes;
fill_set <= '0';
fill_en <= '0';