summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-20 18:47:55 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-20 21:29:11 -0600
commitc2ddefda2ed6badddac5c229f59fcb25860759a4 (patch)
treee1c221fe732dbaa3de75e824f66f5ea730bb01d6 /gfx_hw.tcl
parent314a2a21260a8b61a5679dfc1f7df9b18c785535 (diff)
rtl/gfx: remove gfx_{perspective{,_flow}, fp_inv}
Diffstat (limited to 'gfx_hw.tcl')
-rw-r--r--gfx_hw.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index 9941f43..d726edd 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -41,7 +41,6 @@ set_fileset_property QUARTUS_SYNTH ENABLE_RELATIVE_INCLUDE_PATHS false
set_fileset_property QUARTUS_SYNTH ENABLE_FILE_OVERWRITE_MODE false
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_div.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fixed_div.sv
add_fileset_file gfx_fixed_fma.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fixed_fma.sv