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

Subversion Repositories or1k

[/] [or1k/] [tags/] [tn_m001/] [or1ksim/] [sim.cfg] - Diff between revs 479 and 486

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

Rev 479 Rev 486
Line 308... Line 308...
        TCP/IP port to start VAPI server on
        TCP/IP port to start VAPI server on
 
 
    log_enabled = 0/1
    log_enabled = 0/1
       whether logging of VAPI requests is enabled
       whether logging of VAPI requests is enabled
 
 
 
    hide_device_id = 0/1
 
       whether to disable logging of device id (for compatability with old version)
 
 
    vapi_fn = 
    vapi_fn = 
       specifies filename where to log into, if log_enabled is selected
       specifies filename where to log into, if log_enabled is selected
*/
*/
 
 
section VAPI
section VAPI
Line 382... Line 385...
      whether to start gdb server at 'server_port' port
      whether to start gdb server at 'server_port' port
 
 
   server_port = 
   server_port = 
      TCP/IP port to start gdb server on, used only if gdb_enabled
      TCP/IP port to start gdb server on, used only if gdb_enabled
      is set
      is set
 
 
 
   vapi_id = 
 
      Used to create "fake" vapi log file containing the JTAG proxy messages.
*/
*/
 
 
section debug
section debug
  enabled = 0
  enabled = 0
  gdb_enabled = 0
  gdb_enabled = 0
  server_port = 9999
  server_port = 9999
 
  vapi_id = 0xFFFF
end
end
 
 
 
 
/* MC SECTION
/* MC SECTION
 
 
Line 541... Line 548...
    rxfile = "/tmp/eth0.rx"
    rxfile = "/tmp/eth0.rx"
    txfile = "/tmp/eth0.tx"
    txfile = "/tmp/eth0.tx"
  enddevice
  enddevice
end
end
 
 
 
/* GPIO SECTION
 
 
 
   This section configures GPIOs
 
 
 
   enabled = 0/1
 
      whether GPIOs are enabled
 
 
 
   ngpios = 
 
      make specified number of instances, configure each
 
      instance within device - enddevice construct.
 
 
 
   instance specific:
 
     baseaddr = 
 
        address of first GPIO register for this device
 
 
 
     irq = 
 
        irq number for this device
 
 
 
     base_vapi_id = 
 
        first VAPI id of this instance
 
        GPIO uses 8 consecutive VAPI IDs
 
*/
 
 
 
section gpio
 
  enabled = 0
 
  ngpios = 1
 
 
 
  device 0
 
    baseaddr = 0xB0000000
 
    irq = 23
 
    base_vapi_id = 0x0200
 
  enddevice
 
end
 
 
/* TICK TIMER SECTION
/* TICK TIMER SECTION
 
 
    This section configures tick timer
    This section configures tick timer
 
 
    enabled = 0/1
    enabled = 0/1

powered by: WebSVN 2.1.0

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