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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc3/] [or1ksim/] [sim.cfg] - Rev 262

Go to most recent revision | Compare with Previous | Blame | View Log

section memory
  memory_table_file = "simmem.cfg"
  random_seed = 12345
  type = random
end

section mc
  enabled = 1
  baseaddr = 0xa0000000
  POC = 0x00000008                 /* Power on configuration register */
end

section uart
  enabled = 1
  nuarts = 1
  
  device 0
    baseaddr = 0x80000000
    rxfile = "/tmp/uart0.rx"
    txfile = "/tmp/uart0.tx"
    jitter = -1                     /* async behaviour */
  enddevice
end

section dma
  enabled = 1
  ndmas = 1
  
  device 0
    baseaddr = 0x90000000
    irq = 4
  enddevice
end

Go to most recent revision | 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.