projects
/
libreriscv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba21bbf
)
(no commit message)
author
lkcl
<lkcl@web>
Sun, 3 Oct 2021 00:35:49 +0000
(
01:35
+0100)
committer
IkiWiki
<ikiwiki.info>
Sun, 3 Oct 2021 00:35:49 +0000
(
01:35
+0100)
3d_gpu/architecture/dynamic_simd.mdwn
patch
|
blob
|
history
diff --git
a/3d_gpu/architecture/dynamic_simd.mdwn
b/3d_gpu/architecture/dynamic_simd.mdwn
index 2db9f2208703a56da48f46b334194823d3e0580a..2633ae6c938ebfa01fe348345597cedc0e6f06c2 100644
(file)
--- a/
3d_gpu/architecture/dynamic_simd.mdwn
+++ b/
3d_gpu/architecture/dynamic_simd.mdwn
@@
-14,7
+14,8
@@
The proposal is two-fold, and targetted at the two distinct types
of nmigen language constructs:
-* Type 1 low-level AST. implemented as nmigen.hdl.ast classes
+* Type 1 low-level AST. implemented as nmigen.hdl.ast classes:
+ Value, Cat, Repl, Mux.
* Type 2 high-level DSL. Implemented as Module in nmigen.hdl.dsl
The Type 1 AST low-level proposed modifications are mirrored on the