21 lines
565 B
C
21 lines
565 B
C
//--------------------------------------------------------------------------------
|
|
// Auto-generated by LiteX (8159b5ca) on 2023-02-07 21:33:18
|
|
//--------------------------------------------------------------------------------
|
|
#ifndef __GENERATED_MEM_H
|
|
#define __GENERATED_MEM_H
|
|
|
|
#ifndef ETHMAC_BASE
|
|
#define ETHMAC_BASE 0x00020000L
|
|
#define ETHMAC_SIZE 0x00002000
|
|
#endif
|
|
|
|
#ifndef CSR_BASE
|
|
#define CSR_BASE 0x00000000L
|
|
#define CSR_SIZE 0x00010000
|
|
#endif
|
|
|
|
#ifndef MEM_REGIONS
|
|
#define MEM_REGIONS "ETHMAC 0x00020000 0x2000 \nCSR 0x00000000 0x10000 "
|
|
#endif
|
|
#endif
|