diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-19 17:16:58 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-20 16:46:28 -0600 |
| commit | 33794ca29db5670bc140686ae6e6d3b7832ad406 (patch) | |
| tree | c9d66a2aea3d7c725b9b088896e74c6eed751d71 /gfx_hw.tcl | |
| parent | 6658a8b5c179682866c89c891b493d05d13a50be (diff) | |
rtl/gfx: implement SP fetch
Diffstat (limited to 'gfx_hw.tcl')
| -rw-r--r-- | gfx_hw.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -80,6 +80,9 @@ 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 +add_fileset_file gfx_sp.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp.sv +add_fileset_file gfx_sp_fetch.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_fetch.sv +add_fileset_file gfx_sp_widener.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_widener.sv # |
