(no commit message)
authorlkcl <lkcl@web>
Sat, 20 Nov 2021 14:51:12 +0000 (14:51 +0000)
committerIkiWiki <ikiwiki.info>
Sat, 20 Nov 2021 14:51:12 +0000 (14:51 +0000)
3d_gpu/architecture/regfile.mdwn

index bc63a572896c4b26ddff64a9da45fc135e9580f1..14c0ba0c3f178b59da4843f5af175bdd37967ada 100644 (file)
@@ -15,7 +15,10 @@ These register files are required for POWER:
 
 Source code:
 
-* <https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/regfile/regfiles.py;hb=HEAD>
+* register files: <https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/regfile/regfiles.py;hb=HEAD>
+* core.py: <https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/simple/core.py;hb=HEAD>
+* priority picker: <https://git.libre-soc.org/?p=nmutil.git;a=blob;f=src/nmutil/picker.py;hb=HEAD>
+* all function units: <https://git.libre-soc.org/?p=soc.git;a=blob;f=src/soc/fu/compunits/compunits.py;hb=HEAD>
 
 For a GPU, the FP and Integer registers need to be a massive 128 x 64-bit.