diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-05 21:35:16 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-10 01:43:02 -0600 |
| commit | 5c982f38139cd1b0c5b590f67e99b1bcc1a32c9b (patch) | |
| tree | 8085b34356b79eac8f8a22bc0c484bddfd676b73 /gfx_hw.tcl | |
| parent | d5de20fade70a0d454e3aa0087313ca715ff8759 (diff) | |
rtl/gfx: implement fixed-point FMA
Diffstat (limited to '')
| -rw-r--r-- | gfx_hw.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -43,6 +43,8 @@ add_fileset_file gfx.sv SYSTEM_VERILOG PATH rtl/gfx/gfx.sv TOP_LEVEL_FILE add_fileset_file gfx_fp_add.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fp_add.sv add_fileset_file gfx_fp_inv.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fp_inv.sv add_fileset_file gfx_fp_mul.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fp_mul.sv +add_fileset_file gfx_fixed_fma.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fixed_fma.sv +add_fileset_file gfx_fixed_fma_dot.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fixed_fma_dot.sv add_fileset_file gfx_cmd.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_cmd.sv add_fileset_file gfx_defs.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_defs.sv add_fileset_file gfx_fold.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fold.sv |
