summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-14 07:00:11 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-14 07:48:53 -0600
commit8b188d47eab923fb152eae475c86b378d0d5ebee (patch)
treee80fc954f4c31d68e10317c582846690ef46c1d2 /gfx_hw.tcl
parent46c00a3ea411b2987f762959e4a051b80357d127 (diff)
rtl/gfx: implement memory 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 fdc702c..34bfd36 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -77,6 +77,7 @@ 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
+add_fileset_file gfx_mem.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_mem.sv
#