From 03100aa7047ee31c9124af9a37b1a4f54da7033a Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 3 Oct 2021 01:35:49 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd.mdwn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 2db9f2208..2633ae6c9 100644 --- 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 -- 2.30.2