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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [hello-uart/] [sim.cfg] - Diff between revs 1348 and 1349

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

Rev 1348 Rev 1349
Line 546... Line 546...
   vapi_id = 
   vapi_id = 
      Used to create "fake" vapi log file containing the JTAG proxy messages.
      Used to create "fake" vapi log file containing the JTAG proxy messages.
*/
*/
 
 
section debug
section debug
  enabled = 0
  enabled = 1
  gdb_enabled = 0
  gdb_enabled = 1
  server_port = 9999
  server_port = 9999
end
end
 
 
 
 
/* MC SECTION
/* MC SECTION
Line 718... Line 718...
     vapi_id = 
     vapi_id = 
        VAPI id of this instance
        VAPI id of this instance
*/
*/
 
 
section ethernet
section ethernet
  nethernets = 1
  nethernets = 0
 
 
  device 0
/*  device 0
    baseaddr = 0x92000000
    baseaddr = 0x92000000
    dma = 0
    dma = 0
    irq = 4
    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"
    sockif = "eth0"
    sockif = "eth0"
  enddevice
  enddevice*/
end
end
 
 
 
 
/* GPIO SECTION
/* GPIO SECTION
 
 
Line 755... Line 755...
        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
  ngpios = 1
  ngpios = 0
 
 
  device 0
/*  device 0
    baseaddr = 0x91000000
    baseaddr = 0x91000000
    irq = 3
    irq = 3
    base_vapi_id = 0x0200
    base_vapi_id = 0x0200
  enddevice
  enddevice*/
end
end
 
 
/* VGA SECTION
/* VGA SECTION
 
 
    This section configures the VGA/LCD controller
    This section configures the VGA/LCD controller
Line 786... Line 786...
      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
  nvgas = 1
  nvgas = 0
 
 
  device 0
/*  device 0
    baseaddr = 0x97100000
    baseaddr = 0x97100000
    irq = 8
    irq = 8
    refresh_rate = 100000
    refresh_rate = 100000
    filename = "primary"
    filename = "primary"
  enddevice
  enddevice*/
end
end
 
 
 
 
/* TICK TIMER SECTION
/* TICK TIMER SECTION
 
 
Line 835... Line 835...
    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
  enabled = 0
  baseaddr = 0x97000000
  baseaddr = 0x97000000
  refresh_rate = 1000000
  refresh_rate = 1000000
  filename = "primary"
  filename = "primary"
end
end
 
 
Line 857... Line 857...
    rxfile = ""
    rxfile = ""
      filename, where to read data from
      filename, where to read data from
*/
*/
 
 
section kbd
section kbd
  enabled = 1
  enabled = 0
  irq = 5
  irq = 5
  baseaddr = 0x94000000
  baseaddr = 0x94000000
  rxfile = "kbd.rx"
  rxfile = "kbd.rx"
end
end
 
 
Line 909... Line 909...
 
 
   FIXME: irq number
   FIXME: irq number
*/
*/
 
 
section ata
section ata
  natas = 1
  natas = 0
 
 
  device 0
/*  device 0
    baseaddr = 0x9e000000
    baseaddr = 0x9e000000
    irq = 15
    irq = 15
 
 
    dev_type0   = 1
    dev_type0   = 1
    dev_file0   = "/tmp/sim_atadev0"
    dev_file0   = "/tmp/sim_atadev0"
Line 924... Line 924...
 
 
    dev_type1   = 0
    dev_type1   = 0
    dev_file1   = ""
    dev_file1   = ""
    dev_size1   = 0
    dev_size1   = 0
    dev_packet1 = 0
    dev_packet1 = 0
  enddevice
  enddevice*/
end
end
 
 
 
 
/* CUC SECTION
/* CUC SECTION
 
 

powered by: WebSVN 2.1.0

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