From 5e70fdbb33ec6fef3afe35962166818216033bf2 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 9 Oct 2021 00:49:01 +0100 Subject: [PATCH] --- 3d_gpu/architecture/dynamic_simd.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_gpu/architecture/dynamic_simd.mdwn b/3d_gpu/architecture/dynamic_simd.mdwn index 17d6470dd..ece59c9db 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -276,7 +276,7 @@ be required** because dsl.Module is *already* 99% abstracted in terms of the lower-level Type 1 (ast.*) constructs. Analysis of the internals of nmigen shows that m.If, m.Else, m.FSM and m.Switch are all redirected to ast.py `Switch`. Within that ast.Switch -function only asy.Mux and other Type 1 (AST) "global" functions +function only ast.Mux and other Type 1 (AST) "global" functions similar to python operator are used. The hypothesis is therefore proposed that if `Value.mux` is added in an identical way to how `operator.add` calls `__add__` this may turn out to be all that (or most of what) is needed. -- 2.30.2