[gem5-users] Documentation related to adding new cpu model to gem5

2022-06-13 Thread Jeena Samuel
Hi, Is there any documentation or videos related to adding a new cpu model to gem5 according to the latest version of gem5 in github. Thank You Jeena Samuel ___ gem5-users mailing list -- gem5-users@gem5.org To unsubscribe send an email to gem5-users

[gem5-users] To add branch prediction in timing simple cpu

2022-06-23 Thread Jeena Samuel
Hi, Did anyone know how to add branch prediction in TimingSimpleCPU. The branch prediction is defined in the base.cc but I don't know how to connect it with the TimingSimpleCPU. Please help me with this. Thank you Jeena Samuel ___ gem5-users ma

[gem5-users] Re: To add branch prediction in timing simple cpu

2022-07-14 Thread Jeena Samuel
eO3CPU.py. > > -Ayaz > > On Thu, Jun 23, 2022 at 9:41 PM Jeena Samuel > wrote: > >> Hi, >> Did anyone know how to add branch prediction in TimingSimpleCPU. The >> branch prediction is defined in the base.cc but I don't know how to con