From b10fe26a346b808cb3c08687701beebd878685c2 Mon Sep 17 00:00:00 2001 From: lkcl Date: Sun, 3 Oct 2021 12:54:15 +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 fa0ba58dd..3efdba7ca 100644 --- a/3d_gpu/architecture/dynamic_simd.mdwn +++ b/3d_gpu/architecture/dynamic_simd.mdwn @@ -325,7 +325,7 @@ has two different inter-related abstraction levels. to use macro substitution or crude compilers to autogenerate the dynamic SIMD from VHDL / Verilog templates, why not do exactly the same thing. Design a SIMD HDL language, write python in that, and have it output - nmigen HDL. + python source code with nmigen HDL. All of these ideas, unfortunately, are extremely costly in many different ways: -- 2.30.2