diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-26 04:29:14 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-26 04:29:14 -0600 |
| commit | 4d10617bd697114ecdc748cb638a10bd8159aeaa (patch) | |
| tree | f15d6c022078da4e2dee3ff9d706085b417488da /rtl/gfx/vec_dot.sv | |
| parent | 986863efed48dfba23907400beb7e5f025b75b50 (diff) | |
rtl/gfx: fix deadlock in fold_flow
Diffstat (limited to 'rtl/gfx/vec_dot.sv')
| -rw-r--r-- | rtl/gfx/vec_dot.sv | 2 |
1 files changed, 1 insertions, 1 deletions
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]), |
