diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-10 01:04:36 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-10 01:43:43 -0600 |
| commit | f586c3c4058b897e5639649ae976f50cdf51bb82 (patch) | |
| tree | 6397859c57401596c75a3f67bb087d3fc64cfe9b /gfx_hw.tcl | |
| parent | 6765d18bb9d1d83367afe76694749893eb88fbbd (diff) | |
rtl/gfx: implement coarse rasterization
Diffstat (limited to '')
| -rw-r--r-- | gfx_hw.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,8 @@ add_fileset_file gfx_setup.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_setup.sv add_fileset_file gfx_setup_edge.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_setup_edge.sv add_fileset_file gfx_setup_bounds.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_setup_bounds.sv add_fileset_file gfx_setup_offsets.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_setup_offsets.sv +add_fileset_file gfx_fine.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fine.sv +add_fileset_file gfx_coarse.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_coarse.sv # |
