[Gems-users] ### statici::decodeFails. line:1300. inst=0x3fd00000 cycle[ 46658777 ] ...


Date: Tue, 01 Apr 2008 22:29:05 +0800
From: lihui <lihui@xxxxxxxxxxxxxxxx>
Subject: [Gems-users] ### statici::decodeFails. line:1300. inst=0x3fd00000 cycle[ 46658777 ] ...
hello guys,
when I  run splash2 barnes on simics-3.0.31 with gems-2.1 I get such
errors(are they error ?):

### statici::decodeFails. line:1300. inst=0x3fd00000 cycle[ 46658777 ]
 0011 1111 1101 0000:0000 0000 0000 0000
### statici::decodeFails. line:1300. inst=0x3fd00000 cycle[ 46658777 ]
 0011 1111 1101 0000:0000 0000 0000 0000
### statici::decodeFails. line:1300. inst=0x3fd00000 cycle[ 46658777 ]
 0011 1111 1101 0000:0000 0000 0000 0000
### statici::decodeFails. line:1300. inst=0x3fd00000 cycle[ 46658777 ]
 0011 1111 1101 0000:0000 0000 0000 0000
......

and I guess these messages may appeared for thousands of times and all
error messages are the same.
I found the relative function and switch statement in
opal/system/static.C :
930  switch (op) {
931  case 0:
932    /// Op 0 instructions
933    switch (op2) {
934    case 0: // _trap
     ......

1299  case 7: // _
1300    FAIL();
1301    break;
1302      
1303  default:
1304    FAIL();
1305    }
      ......

3594   default: /// not Op 0 1 2 or 3 (impossible)
3595    FAIL();
3596  }

so does this affect my simulation ? or what should I do to eliminate
this error?
regards,
lihui

[← Prev in Thread] Current Thread [Next in Thread→]
  • [Gems-users] ### statici::decodeFails. line:1300. inst=0x3fd00000 cycle[ 46658777 ] ..., lihui <=