From f6b662274cda50e46fa63368ced536f3342fe294 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sun, 28 Mar 2010 19:59:36 +0000 Subject: [PATCH] - reassigned register bits 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@840 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/emac/src/emac_top_jb.vhd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/emac/src/emac_top_jb.vhd b/lib/emac/src/emac_top_jb.vhd index 79bb358..e862b90 100644 --- a/lib/emac/src/emac_top_jb.vhd +++ b/lib/emac/src/emac_top_jb.vhd @@ -130,8 +130,9 @@ registers_read: DAT_O(29) <= mii_col; DAT_O(28) <= mii_crs; DAT_O(27) <= tx_ctrl_out.reset_busy; + DAT_O(26) <= tx_ctrl_out.pkt_done; DAT_O(25) <= tx_ctrl_out.pkt_alloc_req; - DAT_O(24) <= tx_ctrl_out.pkt_done; + DAT_O(24) <= tx_ctrl_out.pkt_armed; DAT_O(23) <= rx_ctrl_out.reset_busy; DAT_O(17) <= rx_ctrl_out.pkt_lost; DAT_O(16) <= rx_ctrl_out.pkt_avail;