-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max throughput of Random traffic #60
Comments
// This is the said test configuration: |
Hi, Jerry. Thanks for the valuable info. I increased the ROB entry size to 1024 in TestHarness.scala, and make sure each Node (Ingress node) can only allocated up to 16 entries (16 * 36 < 1024), and the packet size is 1 flit. Then I run the test with random traffic for 10^6 flits totally. I print the throughput using "total_flits/total_cycles/36", as "flits per cycle per node". Based your above graph, my test probably corresponds to the decreasing region ? |
From PPIN:
You may want to look at running the EvalHarness classes, those will throttle traffic and measure the throughput for you. |
Hi,
I got the max throughput of 2d 6x6 Mesh with Random traffic is about 0.07 flits/node/cycle for 1 VC (4 buffers).
Is this an expected result ? Thanks
---Z. Liu
The text was updated successfully, but these errors were encountered: