summaryrefslogtreecommitdiff
path: root/rtl/gfx/fp_mul.sv
diff options
context:
space:
mode:
Diffstat (limited to 'rtl/gfx/fp_mul.sv')
-rw-r--r--rtl/gfx/fp_mul.sv1
1 files changed, 1 insertions, 0 deletions
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),
.*
);