projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ff8031
)
(no commit message)
author
lkcl
<lkcl@web>
Wed, 12 Feb 2020 15:18:32 +0000
(15:18 +0000)
committer
IkiWiki
<ikiwiki.info>
Wed, 12 Feb 2020 15:18:32 +0000
(15:18 +0000)
3d_gpu/architecture/dynamic_simd/add.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/add.mdwn
b/3d_gpu/architecture/dynamic_simd/add.mdwn
index c2ca94187ff1be5ff6801553e5b68d38837b5ed6..250c4723ea13ddb289699256470db8c8f7673cca 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/add.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/add.mdwn
@@
-45,3
+45,14
@@
the new version
* o (carry-out) must be "cascaded" down to the relevant partition
start-point. this can be done with a Mux-cascade.
+carry-out-cascade example:
+
+ partition: 1 0 0 1 (4 bits)
+ actual : <--->|<------------>|<---> actual numbers
+ carryotmp: o4 o3 o2 o1 o0 (5 bits)
+ cascade : | | x x |
+ : v v x x v
+ carry-out: o4 \-> --> o3 o0 (5 bits)
+
+
+