OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [branches/] [stable_0_1_x/] [or1ksim/] [testbench/] [acv_gpio.cfg] - Rev 1765

Compare with Previous | Blame | View Log

section memory
  /*random_seed = 12345
  type = random*/
  pattern = 0x00
  type = unknown /* Fastest */
  
  nmemories = 2
  device 0
    name = "RAM"
    ce = 0
    baseaddr = 0x00000000
    size = 0x00200000
    delayr = 10
    delayw = -1
  enddevice
  
  device 1
    name = "FLASH"
    ce = 1
    baseaddr = 0x40000000
    size = 0x00200000
    delayr = 2
    delayw = 4
  enddevice
end

section cpu
  ver = 0x1200
  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
  ngpios = 1
  
  device 0
    baseaddr = 0xB0000000
    irq = 23
    base_vapi_id = 0x0200 /* GPIO uses 8 VAPI IDs */
  enddevice
end

section VAPI
  enabled = 1
  log_enabled = 1
  log_device_id = 0
  vapi_log_fn = "vapi.log"
  server_port = 9100
end

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.