From: lkcl Date: Sun, 3 Oct 2021 00:36:28 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3738 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dc1f33b671cf0340de4fc8b6ca9b328b4e52d807;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 2633ae6c9..b86fd00fa 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -15,7 +15,7 @@ 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: - Value, Cat, Repl, Mux. + Value, Cat, Repl, Mux, Switch etc. * Type 2 high-level DSL. Implemented as Module in nmigen.hdl.dsl The Type 1 AST low-level proposed modifications are mirrored on the