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 648 and 664

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

Rev 648 Rev 664
Line 534... Line 534...
 
 
   instance specific:
   instance specific:
     baseaddr = 
     baseaddr = 
        address of first UART register for this device
        address of first UART register for this device
 
 
     rx_file = ""
     rxfile = ""
        filename, where to read data from
        filename, where to read data from
 
 
     tx_file = ""
     txfile = ""
        filename, where to write data to
        filename, where to write data to
 
 
     irq = 
     irq = 
        irq number for this device
        irq number for this device
 
 
Line 617... Line 617...
        DMA channel used for RX
        DMA channel used for RX
 
 
     tx_channel = 
     tx_channel = 
        DMA channel used for TX
        DMA channel used for TX
 
 
     rx_file = ""
     rxfile = ""
        filename, where to read data from
        filename, where to read data from
 
 
     tx_file = ""
     txfile = ""
        filename, where to write data to
        filename, where to write data to
 
 
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
Line 644... Line 644...
*/
*/
end
end
 
 
/* GPIO SECTION
/* GPIO SECTION
 
 
   This section configures GPIOs
   This section configure GPIOs
 
 
   ngpios = 
   ngpios = 
      make specified number of instances, configure each
      make specified number of instances, configure each
      instance within device - enddevice construct.
      instance within device - enddevice construct.
 
 
Line 686... Line 686...
  enabled = 0
  enabled = 0
end
end
 
 
/* VGA SECTION
/* VGA SECTION
 
 
    This section configure VGA/LCD controller
    This section configures VGA/LCD controller
 
 
    nvgas = 
    nvgas = 
       number of VGA devices connected
       number of VGA devices connected
 
 
    instance specific:
    instance specific:
Line 718... Line 718...
  enddevice
  enddevice
end
end
 
 
/* FB SECTION
/* FB SECTION
 
 
    This section configure frame buffer
    This section configures frame buffer
 
 
    enabled = 0/1
    enabled = 0/1
      whether frame buffer is enabled
      whether frame buffer is enabled
 
 
    bufaddr = 
    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 742... Line 742...
  enabled = 1
  enabled = 1
  baseaddr = 0xb8000000
  baseaddr = 0xb8000000
  refresh_rate = 100000
  refresh_rate = 100000
  filename = "primary"
  filename = "primary"
end
end
 
 
 
/* KBD SECTION
 
 
 
    This section configures PS/2 compatible keyboard
 
 
 
    enabled = 0/1
 
      whether keyboard is enabled
 
 
 
    baseaddr = 
 
      base address of the keyboard device
 
 
 
    rxfile = ""
 
      filename, where to read data from
 
*/
 
 
 
section kbd
 
  enabled = 1
 
  irq = 21
 
  baseaddr = 0xb1000000
 
  rxfile = "/tmp/kbd.rx"
 
end

powered by: WebSVN 2.1.0

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