OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [peripheral/] [ethernet.h] - Diff between revs 705 and 744

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 705 Rev 744
Line 47... Line 47...
#define ETH_MIITX_DATA  (4 * 0x0D)
#define ETH_MIITX_DATA  (4 * 0x0D)
#define ETH_MIIRX_DATA  (4 * 0x0E)
#define ETH_MIIRX_DATA  (4 * 0x0E)
#define ETH_MIISTATUS   (4 * 0x0F)
#define ETH_MIISTATUS   (4 * 0x0F)
#define ETH_MAC_ADDR0   (4 * 0x10)
#define ETH_MAC_ADDR0   (4 * 0x10)
#define ETH_MAC_ADDR1   (4 * 0x11)
#define ETH_MAC_ADDR1   (4 * 0x11)
 
#define ETH_HASH0       (4 * 0x12)
 
#define ETH_HASH1       (4 * 0x13)
 
 
/* Where BD's are stored */
/* Where BD's are stored */
#define ETH_BD_BASE        0x400
#define ETH_BD_BASE        0x400
#define ETH_BD_COUNT       0x100
#define ETH_BD_COUNT       0x100
#define ETH_BD_SPACE       (4 * ETH_BD_COUNT)
#define ETH_BD_SPACE       (4 * ETH_BD_COUNT)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.