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

Subversion Repositories or1k

[/] [or1k/] [tags/] [stable_0_2_0_rc1/] [or1ksim/] [sim.cfg] - Diff between revs 1374 and 1461

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

Rev 1374 Rev 1461
Line 578... Line 578...
 
 
/* UART SECTION
/* UART SECTION
 
 
   This section configures the UARTs
   This section configures the UARTs
 
 
 
     enabled = <0|1>
 
        Enable/disable the peripheral.  By default if it is enabled.
 
 
     baseaddr = 
     baseaddr = 
        address of first UART register for this device
        address of first UART register for this device
 
 
 
 
     channel = :
     channel = :
Line 629... Line 632...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section uart
section uart
 
  enabled = 1
  baseaddr = 0x90000000
  baseaddr = 0x90000000
  irq = 2
  irq = 2
  channel = "file:uart0.rx,uart0.tx"
  channel = "file:uart0.rx,uart0.tx"
  jitter = -1                     /* async behaviour */
  jitter = -1                     /* async behaviour */
  16550 = 1
  16550 = 1
Line 641... Line 645...
 
 
/* DMA SECTION
/* DMA SECTION
 
 
   This section configures the DMAs
   This section configures the DMAs
 
 
 
     enabled = <0|1>
 
        Enable/disable the peripheral.  By default if it is enabled.
 
 
     baseaddr = 
     baseaddr = 
        address of first DMA register for this device
        address of first DMA register for this device
 
 
     irq = 
     irq = 
        irq number for this device
        irq number for this device
Line 652... Line 659...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section dma
section dma
 
  enabled = 1
  baseaddr = 0x9a000000
  baseaddr = 0x9a000000
  irq = 11
  irq = 11
end
end
 
 
 
 
/* ETHERNET SECTION
/* ETHERNET SECTION
 
 
   This section configures the ETHERNETs
   This section configures the ETHERNETs
 
 
 
     enabled = <0|1>
 
        Enable/disable the peripheral.  By default if it is enabled.
 
 
     baseaddr = 
     baseaddr = 
        address of first ethernet register for this device
        address of first ethernet register for this device
 
 
     dma = 
     dma = 
        which controller is this ethernet "connected" to
        which controller is this ethernet "connected" to
Line 693... Line 704...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section ethernet
section ethernet
 
  enabled = 1
  baseaddr = 0x92000000
  baseaddr = 0x92000000
  dma = 0
  dma = 0
  irq = 4
  irq = 4
  rtx_type = 1
  rtx_type = 1
  tx_channel = 0
  tx_channel = 0
Line 709... Line 721...
 
 
/* GPIO SECTION
/* GPIO SECTION
 
 
   This section configures the GPIOs
   This section configures the GPIOs
 
 
 
     enabled = <0|1>
 
        Enable/disable the peripheral.  By default if it is enabled.
 
 
     baseaddr = 
     baseaddr = 
        address of first GPIO register for this device
        address of first GPIO register for this device
 
 
     irq = 
     irq = 
        irq number for this device
        irq number for this device
Line 721... Line 736...
        first VAPI id of this instance
        first VAPI id of this instance
        GPIO uses 8 consecutive VAPI IDs
        GPIO uses 8 consecutive VAPI IDs
*/
*/
 
 
section gpio
section gpio
 
  enabled = 1
  baseaddr = 0x91000000
  baseaddr = 0x91000000
  irq = 3
  irq = 3
  base_vapi_id = 0x0200
  base_vapi_id = 0x0200
end
end
 
 
/* VGA SECTION
/* VGA SECTION
 
 
    This section configures the VGA/LCD controller
    This section configures the VGA/LCD controller
 
 
 
      enabled = <0|1>
 
        Enable/disable the peripheral.  By default if it is enabled.
 
 
      baseaddr = 
      baseaddr = 
        address of first VGA register
        address of first VGA register
 
 
      irq = 
      irq = 
        irq number for this device
        irq number for this device
Line 744... Line 763...
      filename = ""
      filename = ""
        template name for generated names (e.g. "primary" produces "primary0023.bmp")
        template name for generated names (e.g. "primary" produces "primary0023.bmp")
*/
*/
 
 
section vga
section vga
 
  enabled = 1
  baseaddr = 0x97100000
  baseaddr = 0x97100000
  irq = 8
  irq = 8
  refresh_rate = 100000
  refresh_rate = 100000
  filename = "primary"
  filename = "primary"
end
end
Line 772... Line 792...
 
 
/* FB SECTION
/* FB SECTION
 
 
    This section configures the frame buffer
    This section configures the frame buffer
 
 
 
    enabled = <0|1>
 
      Enable/disable the peripheral.  By default if it is enabled.
 
 
    baseaddr = 
    baseaddr = 
      base address of frame buffer
      base address of frame buffer
 
 
    paladdr = 
    paladdr = 
      base address of first palette entry
      base address of first palette entry
Line 786... Line 809...
    filename = ""
    filename = ""
      template name for generated names (e.g. "primary" produces "primary0023.bmp")
      template name for generated names (e.g. "primary" produces "primary0023.bmp")
*/
*/
 
 
section fb
section fb
 
  enabled = 1
  baseaddr = 0x97000000
  baseaddr = 0x97000000
  refresh_rate = 1000000
  refresh_rate = 1000000
  filename = "primary"
  filename = "primary"
end
end
 
 
Line 804... Line 828...
    rxfile = ""
    rxfile = ""
      filename, where to read data from
      filename, where to read data from
*/
*/
 
 
section kbd
section kbd
 
  enabled = 1
  irq = 5
  irq = 5
  baseaddr = 0x94000000
  baseaddr = 0x94000000
  rxfile = "kbd.rx"
  rxfile = "kbd.rx"
end
end
 
 
Line 817... Line 842...
    This section configures the ATA/ATAPI host controller
    This section configures the ATA/ATAPI host controller
 
 
      baseaddr = 
      baseaddr = 
        address of first ATA register
        address of first ATA register
 
 
 
      enabled = <0|1>
 
        Enable/disable the peripheral.  By default if it is enabled.
 
 
      irq = 
      irq = 
        irq number for this device
        irq number for this device
 
 
      debug = 
      debug = 
        debug level for ata models.
        debug level for ata models.
Line 851... Line 879...
 
 
   FIXME: irq number
   FIXME: irq number
*/
*/
 
 
section ata
section ata
 
  enabled = 1
  baseaddr = 0x9e000000
  baseaddr = 0x9e000000
  irq = 15
  irq = 15
 
 
  dev_type0   = 1
  dev_type0   = 1
  dev_file0   = "/tmp/sim_atadev0"
  dev_file0   = "/tmp/sim_atadev0"

powered by: WebSVN 2.1.0

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