litex/software/include/hw/ethmac_mem.h

12 lines
276 B
C
Raw Normal View History

2014-11-20 19:47:11 -05:00
#ifndef __HW_ETHMAC_MEM_H
#define __HW_ETHMAC_MEM_H
#include <generated/mem.h>
#define ETHMAC_RX0_BASE ETHMAC_MEM_BASE
#define ETHMAC_RX1_BASE (ETHMAC_MEM_BASE+0x0800)
#define ETHMAC_TX0_BASE (ETHMAC_MEM_BASE+0x1000)
#define ETHMAC_TX1_BASE (ETHMAC_MEM_BASE+0x1800)
#endif