You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running the following binary () using the command build/ARM/gem5.opt --debug-flags=Exec --debug-file=dhry_a78ae_trace configs/example/arm/starter_se.py ./tests/dhrystone
I get following messages printed on the commandline:
gem5 Simulator System. https://www.gem5.org
gem5 is copyrighted software; use the --copyright option for details.
gem5 version 24.0.0.1
gem5 compiled Aug 21 2024 14:31:46
gem5 started Aug 21 2024 15:57:39
gem5 executing on tom, pid 30128
command line: build/ARM/gem5.opt --debug-flags=All --debug-file=dhry_debug_a78ae_trace configs/example/arm/starter_se.py ./tests/dhrystone
info: 1. command and arguments: ['./tests/dhrystone']
Global frequency set at 1000000000000 ticks per second
warn: No dot file generated. Please install pydot to generate the dot file and pdf.
src/mem/dram_interface.cc:690: warn: DRAM device capacity (8192 Mbytes) does not match the address range assigned (1024 Mbytes)
src/mem/dram_interface.cc:690: warn: DRAM device capacity (8192 Mbytes) does not match the address range assigned (1024 Mbytes)
src/base/statistics.hh:279: warn: One of the stats is a legacy stat. Legacy stat is a stat that does not belong to any statistics::Group. Legacy stat is deprecated.
system.remote_gdb: Listening for connections on port 7004
src/sim/simulate.cc:199: info: Entering event queue @ 0. Starting simulation...
src/sim/syscall_emul.cc:74: warn: ignoring syscall set_robust_list(...)
src/sim/syscall_emul.cc:85: warn: ignoring syscall rseq(...)
(further warnings will be suppressed)
src/sim/mem_state.cc:448: info: Increasing stack size by one page.
src/sim/syscall_emul.hh:1075: warn: readlink() called on '/proc/self/exe' may yield unexpected results in various settings.
Returning '/home/kallooran/Documents/gem5/tests/dhrystone'
src/arch/arm/insts/pseudo.cc:174: warn: instruction 'bti' unimplemented
src/sim/syscall_emul.cc:74: warn: ignoring syscall mprotect(...)
Even after couple of minutes, it wasnt getting completed. Then i stopped the simulation and rerun it with debug-flags=All. with this setting, i could see the debug log file size getting larger and larger. Previously i had run dhrystone (number of runs = 10) on GEM5 and it only generate log file of size 1.5GB when "All" debug was enabled. however now it was going above 5 GB. So i stepped the simulation. After checking the log file, i could see the following:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am running the following binary () using the command
build/ARM/gem5.opt --debug-flags=Exec --debug-file=dhry_a78ae_trace configs/example/arm/starter_se.py ./tests/dhrystone
I get following messages printed on the commandline:
Even after couple of minutes, it wasnt getting completed. Then i stopped the simulation and rerun it with debug-flags=All. with this setting, i could see the debug log file size getting larger and larger. Previously i had run dhrystone (number of runs = 10) on GEM5 and it only generate log file of size 1.5GB when "All" debug was enabled. however now it was going above 5 GB. So i stepped the simulation. After checking the log file, i could see the following:
The above lines are repeated many many times and keeps on going. Here is the link to the full log file ()
Please let me know how i could fix this issue and complete my simulation.
Additional information - Dhrystone was compiled using the following commands:
Beta Was this translation helpful? Give feedback.
All reactions