URL
https://opencores.org/ocsvn/eco32/eco32/trunk
[/] [eco32/] [trunk/] [sim/] [common.h] - Diff between revs 25 and 246
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 25 |
Rev 246 |
Line 24... |
Line 24... |
#define IO_GRAPH_MASK 0x003FFFFF /* I/O graphics mask */
|
#define IO_GRAPH_MASK 0x003FFFFF /* I/O graphics mask */
|
|
|
#define TIMER_BASE 0x30000000 /* physical timer base address */
|
#define TIMER_BASE 0x30000000 /* physical timer base address */
|
#define DISPLAY_BASE 0x30100000 /* physical display base address */
|
#define DISPLAY_BASE 0x30100000 /* physical display base address */
|
#define KEYBOARD_BASE 0x30200000 /* physical keyboard base address */
|
#define KEYBOARD_BASE 0x30200000 /* physical keyboard base address */
|
#define TERM_BASE 0x30300000 /* physical terminal base address */
|
#define SERIAL_BASE 0x30300000 /* physical serial line base address */
|
#define MAX_NTERMS 2 /* max number of terminals */
|
#define MAX_NSERIALS 2 /* max number of serial lines */
|
#define DISK_BASE 0x30400000 /* physical disk base address */
|
#define DISK_BASE 0x30400000 /* physical disk base address */
|
#define OUTPUT_BASE 0x3F000000 /* physical output device address */
|
#define OUTPUT_BASE 0x3F000000 /* physical output device address */
|
#define SHUTDOWN_BASE 0x3F100000 /* physical shutdown device address */
|
#define SHUTDOWN_BASE 0x3F100000 /* physical shutdown device address */
|
#define GRAPH_BASE 0x3FC00000 /* physical grahics base address */
|
#define GRAPH_BASE 0x3FC00000 /* physical grahics base address */
|
/* extends to end of address space */
|
/* extends to end of address space */
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.