diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-21 15:37:45 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-21 15:37:45 -0600 |
| commit | a14fc04f3b9f5bcef941ea79c794532d7ca0e7fc (patch) | |
| tree | 50385f76fe3883a9052a395aa6ff71d76a85439c /rtl/gfx/fp_mul.sv | |
| parent | 0d3a62a498f60c4fa1941026495991da78de712d (diff) | |
ip: downgrade to 16-bit floats
Diffstat (limited to '')
| -rw-r--r-- | rtl/gfx/fp_mul.sv | 1 |
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), .* ); |
