From: lkcl Date: Wed, 11 Mar 2020 07:36:49 +0000 (+0000) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~3136 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a76aa88078164dc45028c7b673a71a16cf6c47ac;p=libreriscv.git --- diff --git a/3d_gpu/architecture/decoder.mdwn b/3d_gpu/architecture/decoder.mdwn index 737b14619..e049ec9be 100644 --- a/3d_gpu/architecture/decoder.mdwn +++ b/3d_gpu/architecture/decoder.mdwn @@ -1,5 +1,7 @@ # Decoder + + 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: