From 433ff23c4192f4fbfd5908bf5d4be54267f4be47 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Wed, 7 Apr 2010 15:27:43 +0000 Subject: [PATCH] - removed rx_er-flag 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@867 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/emac/src/emac_types.vhd | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/emac/src/emac_types.vhd b/lib/emac/src/emac_types.vhd index 65aaa24..54555a5 100644 --- a/lib/emac/src/emac_types.vhd +++ b/lib/emac/src/emac_types.vhd @@ -42,7 +42,6 @@ package emac_types is end record; type rx_ctrl_out_t is record - rx_er : std_logic; pkt_avail : std_logic; pkt_valid : std_logic; pkt_bcast : std_logic;