projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f405180
)
(no commit message)
author
lkcl
<lkcl@web>
Wed, 12 Jun 2019 15:57:39 +0000
(16:57 +0100)
committer
IkiWiki
<ikiwiki.info>
Wed, 12 Jun 2019 15:57:39 +0000
(16:57 +0100)
isa_conflict_resolution/isamux_isans.mdwn
patch
|
blob
|
history
diff --git
a/isa_conflict_resolution/isamux_isans.mdwn
b/isa_conflict_resolution/isamux_isans.mdwn
index 305db089e27bd08867f648f2d8b44d3eef21bbbc..7440c380e77a1a00f70c6fdafae73b75b69e3a44 100644
(file)
--- a/
isa_conflict_resolution/isamux_isans.mdwn
+++ b/
isa_conflict_resolution/isamux_isans.mdwn
@@
-9,15
+9,13
@@
Where the opcode is normally loaded from the location at the PC, the extra
bits are instead set via a CSR: hence why they are described as "hidden".
# Hypothetical Format
+
```
-
3 2
+ 3 2
1
-
- 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
-
- | reserved | | | foreignarch |1|
-
- | reserved | | |B| rvcpage |0|
+1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
+ reserved | | | foreignarch |1|
+ reserved | | |B| rvcpage |0|
```