diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-21 02:51:35 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-21 18:02:55 -0600 |
| commit | eec83e78864061baaa7d459cfd22641a0ecd0726 (patch) | |
| tree | c493ba5143fcb9b4dde43de4282a8362b063e01c /gfx_hw.tcl | |
| parent | 3821d219fa63837f847027022e1d585688ec66a9 (diff) | |
rtl/gfx: implement SP stream
Diffstat (limited to 'gfx_hw.tcl')
| -rw-r--r-- | gfx_hw.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ add_fileset_file gfx_sp_batch.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_batch.sv add_fileset_file gfx_sp_fetch.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_fetch.sv add_fileset_file gfx_sp_decode.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_decode.sv add_fileset_file gfx_sp_select.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_select.sv +add_fileset_file gfx_sp_stream.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_stream.sv add_fileset_file gfx_sp_widener.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_widener.sv add_fileset_file gfx_sp_swizzle.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_swizzle.sv add_fileset_file gfx_sp_combiner.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_sp_combiner.sv |
