Hello , I am trying to execute following command : build/ALPHA/gem5.opt configs/example/se.py -I 5000000 --cpu-type="detailed" --sys-clock=2GHz --cpu-clock=2GHz --caches --l2cache --l1d_size=4kB --l1i_size=4kB --l2_size=128kB --l1d_assoc=2 --l1i_assoc=2 --l2_assoc=4 --cmd=splash2/codes/kernels/radix/RADIX
and similar commands to above. For each of this, I get abrupt termination of simulation as follows: *****REAL SIMULATION****** info: entering event quere @ 0. starting simulation ...... info: increasing stack size by one page warn: prefetch instructions in alpha do not do anything warn: ignoring syscall sigpromask (18446744073709551615, 3 , ....) warn: prefetch instructions in alpha do not do anything warn: ignoring syscall sigpromask ( 0 , 3, .....) warn: ignoring syscall sigpromask ( 4831387552 , 8 , .....) . . . . . warn:ignoring syscall sigpromask ( 4831387552 , 13, ....) hack: be nice to actually delete the event here Exiting @ tick 3693852500 because a thread has reached max. instruction count. I read about checkpoints implementation , but since I am novice to gem5, I don't know how to implement it. Please help Neha
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
