diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-10 21:32:15 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-11 00:14:14 -0600 |
| commit | a979554f1f69b1a3a28e0fa38a26736fbab082da (patch) | |
| tree | 3c722f82134c3adfafd60c20d3855661fbc45f5e /gfx_hw.tcl | |
| parent | 152a3970fc3d0d55823840cf45edcf84c5b471fd (diff) | |
rtl/gfx: implement fragment address linearization
Diffstat (limited to 'gfx_hw.tcl')
| -rw-r--r-- | gfx_hw.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -68,6 +68,8 @@ add_fileset_file gfx_raster.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster.sv add_fileset_file gfx_raster_fine.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster_fine.sv add_fileset_file gfx_raster_coarse.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_raster_coarse.sv add_fileset_file gfx_clear.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_clear.sv +add_fileset_file gfx_frag.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag.sv +add_fileset_file gfx_frag_addr.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_frag_addr.sv # |
