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

Subversion Repositories or1k

[/] [or1k/] [tags/] [before_ORP/] [uclinux/] [uClinux-2.0.x/] [sim.cfg] - Diff between revs 711 and 727

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

Rev 711 Rev 727
Line 115... Line 115...
 
 
  device 1
  device 1
    name = "RAM"
    name = "RAM"
    ce = 1
    ce = 1
    baseaddr = 0x00000000
    baseaddr = 0x00000000
    size = 0x00400000
    size = 0x00800000
    delayr = 1
    delayr = 1
    delayw = 2
    delayw = 2
/*    log = "ram.log"*/
/*    log = "ram.log"*/
  enddevice
  enddevice
end
end
Line 280... Line 280...
  clkcycle = [ps|ns|us|ms]
  clkcycle = [ps|ns|us|ms]
      specifies time measurement for one cycle
      specifies time measurement for one cycle
*/
*/
 
 
section sim
section sim
  /* verbose = 1 */
  verbose = 0
  debug = 0
  debug = 0
  profile = 0
  profile = 0
  prof_fn = "sim.profile"
  prof_fn = "sim.profile"
 
 
  history = 0
  history = 0
  /* iprompt = 0 */
  /* iprompt = 0 */
  exe_log = 0
  exe_log = 0
  exe_log_type = software
  exe_log_type = software
  exe_log_start = 12500000
  exe_log_start = 0000000
 
  exe_log_end = 20000000
  exe_log_marker = 100
  exe_log_marker = 100
  exe_log_fn = "executed.log"
  exe_log_fn = "executed.log"
end
end
 
 
 
 
Line 561... Line 562...
end
end
 
 
section fb
section fb
  enabled = 1
  enabled = 1
  baseaddr = 0xb0000000
  baseaddr = 0xb0000000
  refresh_rate = 10000
  refresh_rate = 1000000
  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 = "kbd.rx"
 
end
 
 

powered by: WebSVN 2.1.0

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