litex: reorganize things, first work working version
[litex.git] / litex / soc / software / include / hw / ethmac_mem.h
1 #ifndef __HW_ETHMAC_MEM_H
2 #define __HW_ETHMAC_MEM_H
3
4 #include <generated/mem.h>
5
6 #define ETHMAC_RX0_BASE ETHMAC_BASE
7 #define ETHMAC_RX1_BASE (ETHMAC_BASE+0x0800)
8 #define ETHMAC_TX0_BASE (ETHMAC_BASE+0x1000)
9 #define ETHMAC_TX1_BASE (ETHMAC_BASE+0x1800)
10
11 #endif