projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80ff50
)
(no commit message)
author
lkcl
<lkcl@web>
Wed, 11 Mar 2020 07:36:49 +0000
(07:36 +0000)
committer
IkiWiki
<ikiwiki.info>
Wed, 11 Mar 2020 07:36:49 +0000
(07:36 +0000)
3d_gpu/architecture/decoder.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/decoder.mdwn
b/3d_gpu/architecture/decoder.mdwn
index 737b146196235c5992aded7e2b5719c9ea0f5f9b..e049ec9bef3c96ed9ab6edc14e5b695ef87e9709 100644
(file)
--- a/
3d_gpu/architecture/decoder.mdwn
+++ b/
3d_gpu/architecture/decoder.mdwn
@@
-1,5
+1,7
@@
# Decoder
+<http://bugs.libre-riscv.org/show_bug.cgi?id=186>
+
The decoder is in charge of translating the RISCV or POWER instruction stream into operations that can be handled by our backend. It will have an extra input bit, set via a MSR that will switch which architecture it treats an instruction as.
Source code: <https://git.libre-riscv.org/?p=soc.git;a=tree;f=src/soc/decoder;hb=HEAD>