📄 test-fmath.stderr
字号:
sim-safe: Version 0.2.0 of January, 1997.Copyright (c) 1994-1997 by Todd M. Austin. All Rights Reserved.sim: simulation started @ Mon Jan 27 13:19:06 1997, options follow:sim-safe: This simulator implements a functional simulator. Thisfunctional simulator is the simplest, most user-friendly simulator in thesimplescalar tool set. Unlike sim-fast, this functional simulator checksfor all instruction errors, and the implementation is crafted for clarityrather than speed.# -config # load configuration from a file# -dumpconfig # dump configuration to a file# -h false # print help message # -v false # verbose operation # -d false # enable debug message # -i false # start in Dlite debugger-seed 1 # random number generator seed (0 for timer seed)# -q false # initialize and terminate immediatelysim: ** starting functional simulation **sim: ** simulation statistics **sim_num_insn 43554 # total number of instructions executedsim_num_refs 12367 # total number of loads and stores executedsim_elapsed_time 1 # total simulation time in secondssim_inst_rate 43554.0000 # simulation speed (in insts/sec)ld_text_base 0x00400000 # program text (code) segment baseld_text_size 81008 # program text (code) size in bytesld_data_base 0x10000000 # program initialized data segment baseld_data_size 11040 # program init'ed `.data' and uninit'ed `.bss' size in bytesld_stack_base 0x7fffc000 # program stack segment base (highest address in stack)ld_stack_size 16384 # program initial stack sizeld_prog_entry 0x00400140 # program entry point (initial PC)ld_environ_base 0x7fff8000 # program environment base address addressld_target_big_endian 1 # target executable endian-ness, non-zero if big endianmem_brk_point 0x10008000 # data segment break pointmem_stack_min 0x7fff6c60 # lowest address accessed in stack segmentmem_total_data 11k # total bytes used in init/uninit data segmentmem_total_heap 22k # total bytes used in program heap segmentmem_total_stack 21k # total bytes used in stack segmentmem_total_mem 54k # total bytes used in data, heap, and stack segments
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -