From: lkcl Date: Tue, 6 Jun 2023 20:18:58 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=52e19ea01aa0447fe2d023a468f39ac3b9825bc1;p=libreriscv.git --- diff --git a/openpower/sv/po9_encoding/discussion.mdwn b/openpower/sv/po9_encoding/discussion.mdwn index 8379dee37..25874244f 100644 --- a/openpower/sv/po9_encoding/discussion.mdwn +++ b/openpower/sv/po9_encoding/discussion.mdwn @@ -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 ```