URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 990 to Rev 991
- ↔ Reverse comparison
Rev 990 → Rev 991
/trunk/orp/orp_soc/sw/support/board.h
13,13 → 13,13
#define DC_SIZE 8192 |
|
#define MC_CSR_VAL 0x0B000300 |
#define MC_MASK_VAL 0x000000e0 |
#define MC_MASK_VAL 0x000003ff |
#define FLASH_BASE_ADDR 0x04000000 |
#define FLASH_SIZE 0x02000000 |
#define FLASH_BLOCK_SIZE 0x20000 |
#define FLASH_TMS_VAL 0x00102102 |
#define FLASH_TMS_VAL 0x19220057 |
#define SDRAM_BASE_ADDR 0x00000000 |
#define SDRAM_TMS_VAL 0x07248230 |
#define SDRAM_TMS_VAL 0x00000103 |
|
#ifdef XESS |
#define IN_CLK 10000000 |