Skip to content

Determine Size of Main memory #77

Description

@Amir-HK

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions