Hello, I am new to gem5. I am trying to run Dhrystone on gem5 RISCV using the fs_linux.py file in the gem5 repo.
configs/example/riscv/fs_linux.py Here is the command I am using: ./build/RISCV/gem5.opt --debug-start=0 --debug-flags=Exec --debug-file=trace.out ./configs/example/riscv/fs_linux.py --bare-metal --kernel ../riscv-tests/benchmarks/dhrystone.riscv The issue is that it won't stop running. Do I have to add an ExitEvent or some exit criteria? How should I do that? Thanks for your help.
_______________________________________________ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users-le...@gem5.org