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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [sim.cfg] - Diff between revs 852 and 988

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 852 Rev 988
Line 104... Line 104...
 
 
  nmemories = 3
  nmemories = 3
  device 0
  device 0
    name = "FLASH"
    name = "FLASH"
    ce = 0
    ce = 0
    baseaddr = 0x04000000
    baseaddr = 0xf0000000
    size = 0x00800000
    size = 0x00800000
    delayr = 10
    delayr = 10
    delayw = -1
    delayw = -1
/*    log = "flash.log"*/
/*    log = "flash.log"*/
  enddevice
  enddevice
Line 417... Line 417...
      Power On Configuration register
      Power On Configuration register
*/
*/
 
 
section mc
section mc
  enabled = 1
  enabled = 1
  baseaddr = 0x60000000
  baseaddr = 0x93000000
  POC = 0x00000008                 /* Power on configuration register */
  POC = 0x00000008                 /* Power on configuration register */
end
end
 
 
 
 
/* UART SECTION
/* UART SECTION
Line 462... Line 462...
  enabled = 1
  enabled = 1
  nuarts = 1
  nuarts = 1
 
 
  device 0
  device 0
    baseaddr = 0x90000000
    baseaddr = 0x90000000
    irq = 19
    irq = 2
    rxfile = "uart0.rx"
    rxfile = "uart0.rx"
    txfile = "uart0.tx"
    txfile = "uart0.tx"
    jitter = -1                     /* async behaviour */
    jitter = -1                     /* async behaviour */
    16550 = 1
    16550 = 1
  enddevice
  enddevice
Line 498... Line 498...
section dma
section dma
  enabled = 0
  enabled = 0
  ndmas = 1
  ndmas = 1
 
 
  device 0
  device 0
    baseaddr = 0xa0000000
    baseaddr = 0x9a000000
    irq = 4
    irq = 11
  enddevice
  enddevice
end
end
 
 
 
 
/* ETHERNET SECTION
/* ETHERNET SECTION
Line 542... Line 542...
 
 
section ethernet
section ethernet
  nethernets = 1
  nethernets = 1
 
 
  device 0
  device 0
    baseaddr = 0xd0000000
    baseaddr = 0x92000000
    dma = 0
    dma = 0
    irq = 15
    irq = 4
    rtx_type = 1
    rtx_type = 1
    tx_channel = 0
    tx_channel = 0
    rx_channel = 1
    rx_channel = 1
    rxfile = "eth0.rx"
    rxfile = "eth0.rx"
    txfile = "eth0.tx"
    txfile = "eth0.tx"
Line 572... Line 572...
  irq = 0
  irq = 0
end
end
 
 
section fb
section fb
  enabled = 1
  enabled = 1
  baseaddr = 0xc0000000
  baseaddr = 0x97000000
  refresh_rate = 10000000
  refresh_rate = 10000000
  filename = "primary"
  filename = "primary"
end
end
 
 
/* KBD SECTION
/* KBD SECTION
Line 593... Line 593...
      filename, where to read data from
      filename, where to read data from
*/
*/
 
 
section kbd
section kbd
  enabled = 1
  enabled = 1
  irq = 12
  irq = 5
  baseaddr = 0x98000000
  baseaddr = 0x94000000
  rxfile = "kbd.rx"
  rxfile = "kbd.rx"
end
end
 
 

powered by: WebSVN 2.1.0

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