Re: [Gems-users] Simics and Ruby parameters


Date: Tue, 26 Sep 2006 07:39:46 -0500
From: Dan Gibson <degibson@xxxxxxxx>
Subject: Re: [Gems-users] Simics and Ruby parameters
Using that board configuration:
* You have an 8-processor machine (2*4), hence g_NUM_PROCESSORS = 8
* You have a total of 1GB of memory in the target (256*4), hence g_MEMORY_SIZE_BYTES = 1073741824 * g_NUM_MEMORIES depends on the protocol and interconnect. It is independent of the Simics configuration.

Regards,
Dan

Daniele Bordes wrote:
Hi all. I have a question about Simics+Ruby simulations: what should
it be the relationship between ruby config parameters (for instance,
g_MEMORY_SIZE_BYTES, g_NUM_MEMORIES and g_NUM_PROCESSORS) and Simics
configuration parameters of the simulated machine?

For instance, if parameters of @boards in donut-8p.simics file are the
following:

@boards = [[0, 2, 256], [3, 2, 256], [4, 2, 256], [5, 2, 256]]

what should the values of ruby parameters be to avoid conflicts?

Sorry to be a nuisance.
Thank you very much.
_______________________________________________
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→]