mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
fix minimac bases addresses
This commit is contained in:
parent
774464155a
commit
11be0a27fc
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
#include <generated/mem.h>
|
||||
|
||||
#define MINIMAC_RX0_BASE MINIMAC_BASE
|
||||
#define MINIMAC_RX1_BASE (MINIMAC_BASE+0x0800)
|
||||
#define MINIMAC_TX_BASE (MINIMAC_BASE+0x1000)
|
||||
#define MINIMAC_RX0_BASE MINIMAC_MEM_BASE
|
||||
#define MINIMAC_RX1_BASE (MINIMAC_MEM_BASE+0x0800)
|
||||
#define MINIMAC_TX_BASE (MINIMAC_MEM_BASE+0x1000)
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue