projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd333d4
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 6 Jun 2023 20:30:43 +0000
(21:30 +0100)
committer
IkiWiki
<ikiwiki.info>
Tue, 6 Jun 2023 20:30:43 +0000
(21:30 +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 681be3442f5be5f8f04dffa12cbb951e20bcdc7a..d9563c17fda2943b401b99f039eb67b92483ea46 100644
(file)
--- a/
openpower/sv/po9_encoding/discussion.mdwn
+++ b/
openpower/sv/po9_encoding/discussion.mdwn
@@
-17,10
+17,10
@@
Length detection:
```
if PO1 return 64
- elif not PO9
return 32
- elif Word[31] = 1
return 64
- elif Word[29:3
1] = 0b10
0 return 32
- elif Word[29:3
1] = 0b0
00 return 64
- else
return 32
+ elif not PO9 return 32
+ elif Word[31] = 1 return 64
+ elif Word[29:3
0] = 0b1
0 return 32
+ elif Word[29:3
0] = 0b
00 return 64
+ else return 32
```