summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-05 21:35:16 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-10 01:43:02 -0600
commit5c982f38139cd1b0c5b590f67e99b1bcc1a32c9b (patch)
tree8085b34356b79eac8f8a22bc0c484bddfd676b73 /gfx_hw.tcl
parentd5de20fade70a0d454e3aa0087313ca715ff8759 (diff)
rtl/gfx: implement fixed-point FMA
Diffstat (limited to '')
-rw-r--r--gfx_hw.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index 3122b4f..c2ceaa2 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -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