Re: [Gems-users] Simics and Ruby parameters


Date: Tue, 26 Sep 2006 14:47:55 +0200
From: "Daniele Bordes" <daniele.bordes@xxxxxxxxx>
Subject: Re: [Gems-users] Simics and Ruby parameters
Thank you very much for your fast and exhaustive reply.

2006/9/26, Dan Gibson <degibson@xxxxxxxx>:
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.
>
>
>
_______________________________________________
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→]