projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9af3ff9
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 6 Jun 2023 20:18:58 +0000
(21:18 +0100)
committer
IkiWiki
<ikiwiki.info>
Tue, 6 Jun 2023 20:18:58 +0000
(21:18 +0100)
openpower/sv/po9_encoding/discussion.mdwn
patch
|
blob
|
history
diff --git
a/openpower/sv/po9_encoding/discussion.mdwn
b/openpower/sv/po9_encoding/discussion.mdwn
index 8379dee376397ad781a5ddcf7ecacd0d65af1563..25874244fc22e49dc87118d22aca717260691940 100644
(file)
--- 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] = 0b100
0
return 32
- if Word[29:31] = 0b000
0
return 64
+ if Word[29:31] = 0b100
return 32
+ if Word[29:31] = 0b000
return 64
return 32
```