(no commit message)
authorlkcl <lkcl@web>
Wed, 11 Mar 2020 07:36:49 +0000 (07:36 +0000)
committerIkiWiki <ikiwiki.info>
Wed, 11 Mar 2020 07:36:49 +0000 (07:36 +0000)
3d_gpu/architecture/decoder.mdwn

index 737b146196235c5992aded7e2b5719c9ea0f5f9b..e049ec9bef3c96ed9ab6edc14e5b695ef87e9709 100644 (file)
@@ -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>