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

index 429114f5dad833db1b36d4a70590706a14d31086..a8116fac19666786077f467b721e65cdff814276 100644 (file)
@@ -19,7 +19,9 @@ 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
+
     return 32
 ```