From a14fc04f3b9f5bcef941ea79c794532d7ca0e7fc Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Sat, 21 Oct 2023 15:37:45 -0600 Subject: ip: downgrade to 16-bit floats --- rtl/gfx/fp_mul.sv | 1 + 1 file changed, 1 insertion(+) (limited to 'rtl/gfx/fp_mul.sv') diff --git a/rtl/gfx/fp_mul.sv b/rtl/gfx/fp_mul.sv index c2f4e2a..c5aa56a 100644 --- a/rtl/gfx/fp_mul.sv +++ b/rtl/gfx/fp_mul.sv @@ -21,6 +21,7 @@ module fp_mul `ifndef VERILATOR ip_fp_mul ip_mul ( + .en(1), .areset(0), .* ); -- cgit v1.2.3