projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83a5795
)
(no commit message)
author
lkcl
<lkcl@web>
Thu, 23 Sep 2021 21:16:22 +0000
(22:16 +0100)
committer
IkiWiki
<ikiwiki.info>
Thu, 23 Sep 2021 21:16:22 +0000
(22:16 +0100)
3d_gpu/architecture/dynamic_simd/cat.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd/cat.mdwn
b/3d_gpu/architecture/dynamic_simd/cat.mdwn
index d9915d97ced4ed33743d07bc7f20fde5f6b1f9f8..1b84666b79eff7f7ee51baa0e385def7806a4af3 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd/cat.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd/cat.mdwn
@@
-10,4
+10,14
@@
partition sizes.
Take two PartitionedSignals:
-
+ partition: p p p (3 bits)
+ a : AAA3 AAA2 AAA1 AAA0 (32 bits)
+ b : BBB3 BBB2 BBB1 BBB0 (32 bits)
+
+When the partitions are 32-bit, the output is:
+
+ partition: p p p (3 bits)
+ out : AAA3 AAA2 AAA1 AAA0 BBB3 BBB2 BBB1 BBB0 (64 bits)
+
+When 2x16:
+