projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbe6e49
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 3 May 2020 13:20:43 +0000
(14:20 +0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 3 May 2020 13:20:43 +0000
(14:20 +0100)
3d_gpu/architecture/regfile.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/3d_gpu/architecture/regfile.mdwn
b/3d_gpu/architecture/regfile.mdwn
new file mode 100644
(file)
index 0000000..
cd735fc
--- /dev/null
+++ b/
3d_gpu/architecture/regfile.mdwn
@@ -0,0
+1,14
@@
+# Register Files
+
+A minimum of 3 register files are required for POWER:
+
+* Floating-point
+* Integer
+* Control and Condition Code Registers (CR0-7, CTR, LR)
+* SPRs (Special Purpose Registers)
+
+The FP and Integer registers need to be a massive 128 x 64-bit.
+
+# Connectivity between regfiles and Function Units
+
+[[!img regfile_hilo_32_odd_even.reg]]