Skip to content
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

Determine Size of Main memory #77

Open
Amir-HK opened this issue Oct 19, 2019 · 0 comments
Open

Determine Size of Main memory #77

Amir-HK opened this issue Oct 19, 2019 · 0 comments

Comments

@Amir-HK
Copy link

Amir-HK commented Oct 19, 2019

Hi

How can I determine the Main memory size in the mem-config.ini.

for the Cache, I simply define Set, Assoc, and block size which determines the cache size like below

BlockSize = (Required)
Size of a cache block in bytes. The total size of the cache is given
by the product Sets * Assoc * BlockSize.

however, for Main Memory, I just have block size variable like below:

[Module mod-mm]
Type = MainMemory
BlockSize = 256
Latency = 200
HighNetwork = net-l2-mm

So, how can I Determine the Main memory size?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant