(no commit message)
authorlkcl <lkcl@web>
Fri, 23 Apr 2021 09:01:23 +0000 (10:01 +0100)
committerIkiWiki <ikiwiki.info>
Fri, 23 Apr 2021 09:01:23 +0000 (10:01 +0100)
3d_gpu/architecture/decoder.mdwn

index 016a11f996343889de7206432451b55496a15fcc..6fc8270306db567ce2526229425d64f06e539802 100644 (file)
@@ -191,8 +191,12 @@ In this way, different sections of the instruction are successively decoded (maj
 
 # second explanation / walkthrough
 
-we (manually) extracted the pseudo-code from the v3.0B specification
-(took 2 days):
+the general idea here is to minimise the actual amount of work
+by using human-and-machine-readable files as much as possible,
+and performing automated translation (compilation) into executable
+form.
+
+we (manually) extracted the pseudo-code from the v3.0B specification:
 <https://git.libre-soc.org/?p=libreriscv.git;a=blob;f=openpower/isa/fixedlogical.mdwn;hb=HEAD>
 
 then wrote a parser and language translator (aka compiler) to convert