mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
9 lines
185 B
C
9 lines
185 B
C
#ifndef __CSRBASE_H
|
|
#define __CSRBASE_H
|
|
|
|
#define UART_BASE 0xe0000000
|
|
#define DFII_BASE 0xe0000800
|
|
#define ID_BASE 0xe0001000
|
|
#define MINIMAC_BASE 0xe0001800
|
|
|
|
#endif /* __CSRBASE_H */
|