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 -- [email protected] To unsubscribe send an email to [email protected]
