summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-14 06:36:19 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-14 07:48:53 -0600
commit46c00a3ea411b2987f762959e4a051b80357d127 (patch)
treeb5c7d14f0a2648a9ce4269cd3799ea281607dc55 /gfx_hw.tcl
parentd2498ac42ea257eb2d17eb48516c528ab539e96c (diff)
rtl/gfx: implement fifo
Diffstat (limited to '')
-rw-r--r--gfx_hw.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index acca82e..fdc702c 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -76,6 +76,7 @@ add_fileset_file gfx_frag_addr.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag_addr.sv
add_fileset_file gfx_frag_bary.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag_bary.sv
add_fileset_file gfx_frag_shade.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag_shade.sv
add_fileset_file gfx_rop.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_rop.sv
+add_fileset_file gfx_fifo.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fifo.sv
#