summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-29 18:59:33 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-29 19:48:23 -0600
commiteed877444f9af85d6e4596853d8f188e61f6c4ed (patch)
tree53f54a96b006f4a3d0fa952292408e7d63f81a61 /gfx_hw.tcl
parentadabbf5f30729092a64fa1059bbc7d7b09d6b24e (diff)
rtl/gfx: implement scanout command interface
Diffstat (limited to 'gfx_hw.tcl')
-rw-r--r--gfx_hw.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index f53c314..85f6155 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -42,6 +42,7 @@ 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 fp_add.sv SYSTEM_VERILOG PATH rtl/gfx/fp_add.sv
add_fileset_file fp_mul.sv SYSTEM_VERILOG PATH rtl/gfx/fp_mul.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 horizontal_fold.sv SYSTEM_VERILOG PATH rtl/gfx/horizontal_fold.sv
add_fileset_file mat_mat_mul.sv SYSTEM_VERILOG PATH rtl/gfx/mat_mat_mul.sv