From 4d10617bd697114ecdc748cb638a10bd8159aeaa Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 26 Oct 2023 04:29:14 -0600 Subject: rtl/gfx: fix deadlock in fold_flow --- rtl/gfx/vec_dot.sv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rtl/gfx/vec_dot.sv') diff --git a/rtl/gfx/vec_dot.sv b/rtl/gfx/vec_dot.sv index c0926ac..a386e6d 100644 --- a/rtl/gfx/vec_dot.sv +++ b/rtl/gfx/vec_dot.sv @@ -36,7 +36,7 @@ module vec_dot .* ); - skid_buf #(.WIDTH($bits(vec4))) skid_i + skid_buf #(.WIDTH($bits(fp))) skid_i ( .in(products_mul[i]), .out(products_fold[i]), -- cgit v1.2.3