(no commit message)
authorlkcl <lkcl@web>
Tue, 6 Jun 2023 20:18:58 +0000 (21:18 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 6 Jun 2023 20:18:58 +0000 (21:18 +0100)
openpower/sv/po9_encoding/discussion.mdwn

index 8379dee376397ad781a5ddcf7ecacd0d65af1563..25874244fc22e49dc87118d22aca717260691940 100644 (file)
@@ -19,8 +19,8 @@ Length detection:
     if PO1                  return 64
     if not PO9              return 32
     if Word[31] = 1         return 64
-    if Word[29:31] = 0b1000 return 32
-    if Word[29:31] = 0b0000 return 64
+    if Word[29:31] = 0b100  return 32
+    if Word[29:31] = 0b000  return 64
 
     return 32
 ```