Hi Vijay,

1. *build/X86_MI_example/gem5.opt* is built with the MI protocol by default 
while *configs/learning_gem5/part3/simple_ruby1.py* requires the MSI protocol. 
I guess your simulation fails before it starts. You should see network related 
stats in a well configured ruby-based simulation.

2. Depending on which packet information you need and how much of it you need 
to collect, you can use the RubyNetwork debug flag (or RubyQueue) and filter 
down the information you are interested in with, e.g., grep.

3. As far as I know, there is currently no implementation of a garnet-based 
standard network component. You can roll down your own based on the SimplePt2Pt 
standard network component. You should also check Network.py under 
configs/network to check what configuration steps Garnet requires.

Regards,

Gabriel
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to