diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-14 07:00:11 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-14 07:48:53 -0600 |
| commit | 8b188d47eab923fb152eae475c86b378d0d5ebee (patch) | |
| tree | e80fc954f4c31d68e10317c582846690ef46c1d2 /gfx_hw.tcl | |
| parent | 46c00a3ea411b2987f762959e4a051b80357d127 (diff) | |
rtl/gfx: implement memory interface
Diffstat (limited to '')
| -rw-r--r-- | gfx_hw.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 # |
