Skip to content

Model the latency and bandwidth between LLC slice and DRAM controller #241

Answered by JRPan
Yfeng-44 asked this question in Q&A
Discussion options

You must be logged in to vote

Latency wise it should be fine.
Bandwidth wise you should increase how many memory request can be served per cycle. The queue length you are changing is not relevant to bandwidth. You are just saving more requests, but still only the same number of request can be served per cycle. You can add more controllers, or add more sub-partition per controller. You can also make each L2 sub-partition serve more than 1 request per cycle. Depends on what you're trying to do.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Yfeng-44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants