Hi all, I have the following doubts regarding simulation of NoC. Please
give your inputs.

1. How to simulate NoC when not using garnet_standalone protocol?
For example, I ran gem5 with the following command and stats.txt does not
give any network related stats.
*build/X86_MI_example/gem5.opt configs/learning_gem5/part3/simple_ruby1.py
--network=garnet*

2. How to collect or print packet information when garnet is used. I want
to use flit::print function defined in flit.cc. What is the usage?
I have tried to use a simple cout statement (as mentioned in previous
posts) like "*std::cout << *t_flit;*" in the wakeup function of
InputUnit.cc but its not printing anything.

3. How to use garnet with standard library? For example I want to print
network statistics after running the following command. What files should I
change?
*build/X86/gem5.opt configs/example/gem5_library/x86-parsec-benchmarks.py
--benchmark=blackscholes --size=simsmall*


Thanks and regards,
Vijay
_______________________________________________
gem5-users mailing list -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org

Reply via email to