Re: [gem5-users] Question about Data bus

2020-03-09 Thread DaHoon Park
Thank you for your reply, I will try that!
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Re: [gem5-users] Question about Data bus

2020-03-04 Thread Serhat Gesoglu
Hi,
Yes, you can trace the packets by using CommMonitor. You will need to add the 
monitor between cache and cpu (gem5/src/cpu/BaseCPU.py).

Take a look at: gem5/src/mem/CommMonitor.py
and http://old.gem5.org/General_Memory_System.html (there is a traffic analysis 
subsection which could be useful)

Also I remember people asking questions about CommMonitor. You may want to 
search it in the mailing list as well.

Regards
Serhat


From: gem5-users [gem5-users-boun...@gem5.org] on behalf of DaHoon Park 
[pdh930...@gmail.com]
Sent: 04 March 2020 13:14
To: gem5-users@gem5.org
Subject: [gem5-users] Question about Data bus

I want to simulate for observe Data bus traffic in gem5

Is it possible to obtain information about the data actually transmitted in the 
data bus between cpu and l1dcache by analyzing the packet in gem5?
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

[gem5-users] Question about Data bus

2020-03-04 Thread DaHoon Park
I want to simulate for observe Data bus traffic in gem5

Is it possible to obtain information about the data actually transmitted in
the data bus between cpu and l1dcache by analyzing the packet in gem5?
___
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users