URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [or1ksim.tests/] [acv-gpio.cfg] - Rev 162
Go to most recent revision | Compare with Previous | Blame | View Log
section memory
/*random_seed = 12345
type = random*/
pattern = 0x00
type = unknown /* Fastest */
name = "RAM"
ce = 1
baseaddr = 0x00000000
size = 0x00200000
delayr = 1
delayw = 1
end
section memory
/*random_seed = 12345
type = random*/
pattern = 0x00
type = unknown /* Fastest */
name = "FLASH"
ce = 0
baseaddr = 0xf0000000
size = 0x00200000
delayr = 1
delayw = -1
end
section mc
enabled = 1
baseaddr = 0x93000000
POC = 0x00000008 /* Power on configuration register */
end
section cpu
ver = 0x12
rev = 0x0001
/* upr = */
superscalar = 0
hazards = 0
dependstats = 0
end
section sim
debug = 3
verbose = 1
exe_log = 1
exe_log_fn = "executed.log"
end
section gpio
baseaddr = 0xB0000000
irq = 23
base_vapi_id = 0x0200 /* GPIO uses 8 VAPI IDs */
end
section VAPI
enabled = 1
log_enabled = 1
hide_device_id = 1
vapi_log_fn = "vapi.log"
server_port = 9100
end
Go to most recent revision | Compare with Previous | Blame | View Log