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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_58/] [or1ksim/] [sim.cfg] - Diff between revs 541 and 547

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

Rev 541 Rev 547
Line 301... Line 301...
 
 
  prof_fn = ""
  prof_fn = ""
      filename, where to generate profiling info, used
      filename, where to generate profiling info, used
      only if 'profile' is set
      only if 'profile' is set
 
 
 
  mprofile = 0/1
 
      whether to generate memory profiling file 'sim.mprofile'
 
 
 
  mprof_fn = ""
 
      filename, where to generate memory profiling info, used
 
      only if 'mprofile' is set
 
 
  history = 0/1
  history = 0/1
      whether instruction execution flow is tracked for
      whether instruction execution flow is tracked for
      display by simulator hist command. Useful for
      display by simulator hist command. Useful for
      back-trace debugging.
      back-trace debugging.
 
 
Line 325... Line 332...
section sim
section sim
  /* verbose = 1 */
  /* verbose = 1 */
  debug = 0
  debug = 0
  profile = 0
  profile = 0
  prof_fn = "sim.profile"
  prof_fn = "sim.profile"
 
  mprofile = 0
 
  mprof_fn = "sim.mprofile"
 
 
  history = 1
  history = 1
  /* iprompt = 0 */
  /* iprompt = 0 */
  exe_log = 0
  exe_log = 0
  exe_log_fn = "executed.log"
  exe_log_fn = "executed.log"

powered by: WebSVN 2.1.0

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