Guest User

Untitled

a guest
Feb 21st, 2018
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. varun@vaio:~/simplesim$ $IDIR/simplesim-3.0/sim-safe hello
  2. sim-safe: SimpleScalar/PISA Tool Set version 3.0 of August, 2003.
  3. Copyright (c) 1994-2003 by Todd M. Austin, Ph.D. and SimpleScalar, LLC.
  4. All Rights Reserved. This version of SimpleScalar is licensed for academic
  5. non-commercial use. No portion of this work may be used by any commercial
  6. entity, or for any commercial purpose, without the prior written permission
  7. of SimpleScalar, LLC (info@simplescalar.com).
  8.  
  9. sim: command line: /home/varun/simplesim/simplesim-3.0/sim-safe hello
  10.  
  11. sim: simulation started @ Fri Oct 28 00:11:58 2011, options follow:
  12.  
  13. sim-safe: This simulator implements a functional simulator. This
  14. functional simulator is the simplest, most user-friendly simulator in the
  15. simplescalar tool set. Unlike sim-fast, this functional simulator checks
  16. for all instruction errors, and the implementation is crafted for clarity
  17. rather than speed.
  18.  
  19. # -config # load configuration from a file
  20. # -dumpconfig # dump configuration to a file
  21. # -h false # print help message
  22. # -v false # verbose operation
  23. # -d false # enable debug message
  24. # -i false # start in Dlite debugger
  25. -seed 1 # random number generator seed (0 for timer seed)
  26. # -q false # initialize and terminate immediately
  27. # -chkpt <null> # restore EIO trace execution from <fname>
  28. # -redir:sim <null> # redirect simulator output to file (non-interactive only)
  29. # -redir:prog <null> # redirect simulated program output to file
  30. -nice 0 # simulator scheduling priority
  31. -max:inst 0 # maximum number of inst's to execute
  32.  
  33. sim: ** starting functional simulation **
  34. hello
  35. sim: ** simulation statistics **
  36. sim_num_insn 7157 # total number of instructions executed
  37. sim_num_refs 4042 # total number of loads and stores executed
  38. sim_elapsed_time 1 # total simulation time in seconds
  39. sim_inst_rate 7157.0000 # simulation speed (in insts/sec)
  40. ld_text_base 0x00400000 # program text (code) segment base
  41. ld_text_size 71952 # program text (code) size in bytes
  42. ld_data_base 0x10000000 # program initialized data segment base
  43. ld_data_size 8304 # program init'ed `.data' and uninit'ed `.bss' size in bytes
  44. ld_stack_base 0x7fffc000 # program stack segment base (highest address in stack)
  45. ld_stack_size 16384 # program initial stack size
  46. ld_prog_entry 0x00400140 # program entry point (initial PC)
  47. ld_environ_base 0x7fff8000 # program environment base address address
  48. ld_target_big_endian 0 # target executable endian-ness, non-zero if big endian
  49. mem.page_count 26 # total number of pages allocated
  50. mem.page_mem 104k # total size of memory pages allocated
  51. mem.ptab_misses 26 # total first level page table misses
  52. mem.ptab_accesses 485860 # total page table accesses
  53. mem.ptab_miss_rate 0.0001 # first level page table miss rate
  54.  
  55. varun@vaio:~/simplesim$
Add Comment
Please, Sign In to add comment