//-------------------------------------------------------------------------------- // Auto-generated by LiteX (6932fc51) on 2022-08-03 07:06:41 //-------------------------------------------------------------------------------- #ifndef __GENERATED_MEM_H #define __GENERATED_MEM_H #ifndef ROM_BASE #define ROM_BASE 0x00000000L #define ROM_SIZE 0x00010000 #endif #ifndef SRAM_BASE #define SRAM_BASE 0x00010000L #define SRAM_SIZE 0x00010000 #endif #ifndef MAIN_RAM_BASE #define MAIN_RAM_BASE 0x00100000L #define MAIN_RAM_SIZE 0x00000100 #endif #ifndef CSR_BASE #define CSR_BASE 0xfff00000L #define CSR_SIZE 0x00010000 #endif #ifndef MEM_REGIONS #define MEM_REGIONS "ROM 0x00000000 0x10000 \nSRAM 0x00010000 0x10000 \nMAIN_RAM 0x00100000 0x100 \nCSR 0xfff00000 0x10000 " #endif #endif