Skip to content

Commit

Permalink
Fix incorrect SLM read and writes command offset bits
Browse files Browse the repository at this point in the history
Fix incorrect SLM read and writes command offset bits
  • Loading branch information
nlella authored and pszymich committed Feb 21, 2023
1 parent 2ce6e05 commit 0e001e2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions IGC/common/SIPKernels/XeHPCSIPCSRDebugBindless.h
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
namespace SIP
{
const unsigned char XeHPCSIPCSRDebugBindless[] =
{
const unsigned char XeHPCSIPCSRDebugBindless[] =
{
0x61, 0x00, 0x00, 0x80, 0x20, 0x42, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
0x04, 0x13, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x00,
0x05, 0x13, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80, 0x00, 0x00, 0x01, 0x00,
0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x80,
0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00, 0x00,
0x61, 0x00, 0x00, 0x80, 0x20, 0x02, 0x01, 0xf0, 0x04, 0x00, 0x00, 0x00,
Expand Down Expand Up @@ -208,7 +208,7 @@ namespace SIP
0x20, 0x02, 0x05, 0x18, 0x24, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x61, 0x00, 0x00, 0x80, 0x20, 0x02, 0x15, 0x18, 0x34, 0x02, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x31, 0x20, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x04,
0x0c, 0x18, 0x00, 0xe2, 0x00, 0x00, 0x02, 0x00, 0x31, 0xc0, 0x03, 0x80,
0x0c, 0x18, 0x00, 0xea, 0x00, 0x00, 0x2c, 0x00, 0x31, 0xc0, 0x03, 0x80,
0x00, 0x00, 0x00, 0x00, 0x8c, 0x08, 0x08, 0xfa, 0x0f, 0x04, 0xac, 0xf4,
0x40, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x08, 0x04, 0x08, 0x00, 0x02,
0x10, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x80, 0x20, 0x82, 0x05, 0x18,
Expand All @@ -234,8 +234,8 @@ namespace SIP
0x00, 0x00, 0x00, 0x00, 0x31, 0xc0, 0x03, 0x80, 0x00, 0x00, 0x0c, 0x04,
0x8c, 0x08, 0x00, 0xfa, 0x03, 0x00, 0xac, 0xf4, 0x40, 0xa0, 0x00, 0x80,
0x20, 0x82, 0x05, 0x08, 0x04, 0x08, 0x00, 0x02, 0x10, 0x00, 0x00, 0x00,
0x31, 0x40, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x18, 0x08, 0xe2,
0x0c, 0x04, 0x02, 0x00, 0x40, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x18,
0x31, 0x40, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x18, 0x08, 0xea,
0x0c, 0x04, 0x2c, 0x00, 0x40, 0xa0, 0x00, 0x80, 0x20, 0x82, 0x05, 0x18,
0x04, 0x18, 0x00, 0x02, 0x10, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x80,
0x20, 0x82, 0x15, 0x02, 0x14, 0x02, 0x00, 0x06, 0xff, 0xff, 0xff, 0xff,
0x61, 0x00, 0x00, 0x80, 0x10, 0x41, 0x01, 0x30, 0x00, 0x00, 0x00, 0x00,
Expand Down

0 comments on commit 0e001e2

Please sign in to comment.