From: lkcl Date: Sat, 9 Oct 2021 23:33:04 +0000 (+0100) Subject: (no commit message) X-Git-Tag: opf_rfc_ls005_v1~3670 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=15c735be2737c7ce18bb6f0fe037ddc8e0bdc7fd;p=libreriscv.git --- diff --git a/3d_gpu/architecture/dynamic_simd/shape.mdwn b/3d_gpu/architecture/dynamic_simd/shape.mdwn index 4414623b8..616341b59 100644 --- a/3d_gpu/architecture/dynamic_simd/shape.mdwn +++ b/3d_gpu/architecture/dynamic_simd/shape.mdwn @@ -133,6 +133,7 @@ SIMD transparently: m = Module(): with ctx: x = ctx.SigKls(ctx.XLEN) + y = ctx.SigKls(ctx.XLEN // 2) ... m.d.comb += x.eq(Const(3))