Re: [Gems-users] OPAL warning


Date: Tue, 11 Oct 2005 10:17:48 -0500 (CDT)
From: Luke Yen <lyen@xxxxxxxxxxx>
Subject: Re: [Gems-users] OPAL warning
Arrvindh,

  This means that Opal does not have mappings for the control registers
like 'g1' in its m_control_map, which is read using getControl() (see pseq.C for
examples).  It can be a problem if the benchmark needs access to those
registers for its execution.  The list of control registers that Opal
currently has mapped is in pstate.C, in control_reg_menomic[].  Note that the global
registers and register windows are implemented separately, in regbox.C/h.


   Luke

On Mon, 10 Oct 2005, arrvindh shriraman wrote:

> When OPAL is loaded it shows the following
> warningspstate_t: warning: control register #0 ==
> "(null)" has simics name "g0".
> pstate_t: warning: control register #1 == "(null)" has
> simics name "g1".
> pstate_t: warning: control register #2 == "(null)" has
> simics name "g2".
> pstate_t: warning: control register #3 == "(null)" has
> simics name "g3".
> pstate_t: warning: control register #4 == "(null)" has
> simics name "g4".
> ...removing timing_model.
> opalinterface: doing notify callback
> Opal: opal-ruby link established.
>
>
> What is the meaning of those warnings ?
>
>
>
> Arrvindh Shriraman
> Conputer Science Department
> University of Rochester
>
>
>
> __________________________________
> Yahoo! Music Unlimited
> Access over 1 million songs. Try it free.
> http://music.yahoo.com/unlimited/
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
>
[← Prev in Thread] Current Thread [Next in Thread→]