mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
6 lines
97 B
C
6 lines
97 B
C
#ifndef __HW_MEM_H
|
|
#define __HW_MEM_H
|
|
|
|
#define SDRAM_BASE (0x40000000)
|
|
|
|
#endif /* __HW_MEM_H */
|