Re: [Gems-users] Ruby Config parameters


Date: Mon, 13 Mar 2006 08:54:12 -0600 (CST)
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] Ruby Config parameters
> I have two questions :
> 1. We checked our rubyconfig.defaults file.
> g_NUM_L2_BANKS and g_NUM_MEMORIES are set to 0.
> Does this mean that the default system doesn't contain L2 and MEMORY? But
> we do see L2 MISSES in the stats dumped at the end of simulation.
>

These are set, by default, to the number of processors.  See
$GEMS/ruby/config/RubyConfig.C for the initialization code.

> 2. Is there any way to read the ruby parameters on simics prompt?
> ruby0.readparam and ruby0.listparam don't seem to be working
>

We'll look into these non-functioning commands.  You can use
ruby0.dump-stats at any time to get the configuration along with the
current snapshot of stats.

--Mike

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