Re: [Gems-users] File Specified Network


Date: Mon, 16 Oct 2006 20:39:15 -0500
From: "Lei Yang" <lya755@xxxxxxxxxxxxxxxxxxxx>
Subject: Re: [Gems-users] File Specified Network
In your rubyconfig.defaults file, you should specify the following:

g_NETWORK_TOPOLOGY: FILE_SPECIFIED
g_CACHE_DESIGN: NUCA (or your own cache design name)

Please also take a look at ruby/network/simple/Network_files. There you'll see a bunch of network files. The naming convention according to my understanding is:

"g_CACHE_DESIGN"_Procs-"number of processors"_ProcsPerChip-"processor per chip"_L2Banks-"number of l2 banks"_Memories-"number of memories".txt

For example, if your g_CACHE_DESIGN is specified as NUCA, and there are 8 processors, 1 processor per chip, 8 L2 banks, and 8 memories, the file name may be:

NUCA_Procs-8_ProcsPerChip-1_L2Banks-8_Memories-8.txt

Hope this helps.
Lei

----- Original Message ----- From: "Hemayet Hossain" <hossain@xxxxxxxxxxxxxxxx>
To: "Mike Marty" <mikem@xxxxxxxxxxx>
Cc: "Gems Users" <gems-users@xxxxxxxxxxx>
Sent: Monday, October 16, 2006 7:22 PM
Subject: [Gems-users] File Specified Network


Hi Everybody,
I am trying to modify a CMP protocol for which I want to specify the
network as file specified by g_NETWORK_TOPOLOGY:FILE_SPECIFIED; But I am
not sure how to provide the name of the network file. Is the filename
autogenearated for other parameters? How is that happening? Any kind of
help will be appreciated.

Thanks.
--
Hemayet Hossain

_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/"; to your search.




[← Prev in Thread] Current Thread [Next in Thread→]