projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
913c9e5
)
(no commit message)
author
lkcl
<lkcl@web>
Tue, 5 Oct 2021 19:36:03 +0000
(20:36 +0100)
committer
IkiWiki
<ikiwiki.info>
Tue, 5 Oct 2021 19:36:03 +0000
(20:36 +0100)
3d_gpu/architecture/dynamic_simd/repl.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/repl.mdwn
b/3d_gpu/architecture/dynamic_simd/repl.mdwn
index 5e8e40e4a045ae833899da2cf1ba372f0b75a8a7..294ec5deadd755c3dbf35b4f17a55f66417c0e87 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/repl.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/repl.mdwn
@@
-11,7
+11,8
@@
Take a PartitionedSignal and a repeat quantity of 2:
partition: p p p (3 bits)
a : A3 A2 A1 A0 (32 bits)
-When the partitions are 32-bit, the output is:
+The output will be 64 bit in length. However
+when the partitions are 32-bit, the output is:
partition: p p p (3 bits)
out : A3 A2 A1 A0 A3 A2 A1 A0 (64 bits)