mirror of
https://github.com/enjoy-digital/liteeth.git
synced 2025-01-03 03:43:37 -05:00
software: also include generated/mem.h
This commit is contained in:
parent
e88fc507c8
commit
2424e62bf9
2 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
// License: BSD
|
||||
|
||||
#include <generated/csr.h>
|
||||
#include <generated/mem.h>
|
||||
|
||||
#ifdef CSR_ETHMAC_BASE
|
||||
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
#include <hw/flags.h>
|
||||
#include <console.h>
|
||||
#include <generated/csr.h>
|
||||
#include <generated/mem.h>
|
||||
|
||||
#define ETHMAC_RX0_BASE ETHMAC_BASE
|
||||
#define ETHMAC_RX1_BASE (ETHMAC_BASE+0x0800)
|
||||
|
|
Loading…
Reference in a new issue