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

Subversion Repositories or1k

[/] [or1k/] [tags/] [nog_patch_58/] [or1ksim/] [sim.cfg] - Diff between revs 388 and 394

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

Rev 388 Rev 394
Line 107... Line 107...
 
 
  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
 
 
 
  history = 0/1
 
      whether instruction execution flow is tracked for
 
      display by simulator hist command. Useful for
 
      back-trace debugging.
 
 
  iprompt = 0/1
  iprompt = 0/1
      whether we strart in interactive prompt
      whether we strart in interactive prompt
 
 
  exe_log = 0/1
  exe_log = 0/1
      whether execution log should be generated
      whether execution log should be generated
Line 124... Line 129...
  /* verbose = 1 */
  /* verbose = 1 */
  debug = 0
  debug = 0
  profile = 0
  profile = 0
  prof_fn = "sim.profile"
  prof_fn = "sim.profile"
 
 
 
  history = 1
  /* iprompt = 0 */
  /* iprompt = 0 */
  exe_log = 0
  exe_log = 0
  exe_log_fn = "executed.log"
  exe_log_fn = "executed.log"
end
end
 
 
Line 175... Line 181...
 
 
   hazards = 0/1
   hazards = 0/1
      whether data hazards are tracked in superscalar CPU
      whether data hazards are tracked in superscalar CPU
      and displayed by the simulator r command
      and displayed by the simulator r command
 
 
   history = 0/1
 
      whether instruction execution flow is tracked for
 
      display by simulator hist command. Useful for
 
      back-trace debugging.
 
 
 
   dependstats = 0/1
   dependstats = 0/1
      whether inter-instruction dependencies are calculated
      whether inter-instruction dependencies are calculated
      and displayed by simulator stats command.
      and displayed by simulator stats command.
 
 
   dependency = 0/1
 
      whether inter-instruction dependencies are calculated
 
      and displayed by simulator stats command.
 
 
 
   slp = 0/1
   slp = 0/1
      calculation of subroutine level parallelism. Displayed
      calculation of subroutine level parallelism. Displayed
      by simulator stats command.
      by simulator stats command.
 
 
   btic = 0/1
   btic = 0/1
Line 207... Line 204...
  ver = 0x1200
  ver = 0x1200
  rev = 0x0001
  rev = 0x0001
  /* upr = */
  /* upr = */
  superscalar = 0
  superscalar = 0
  hazards = 0
  hazards = 0
  history = 1
 
  dependstats = 0
  dependstats = 0
  dependency = 0
 
  slp = 0
  slp = 0
  btic = 0
  btic = 0
  bpb = 0
  bpb = 0
end
end
 
 

powered by: WebSVN 2.1.0

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