diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-13 15:41:25 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-14 07:48:53 -0600 |
| commit | c8c488d4ef05300a2f8dfd6618fe9176a82a78ff (patch) | |
| tree | 20554bb17e4c34dbffd02c100dcb0b9a76963c3a /gfx_hw.tcl | |
| parent | b556c46542f1c6c51220eb51c961a2d2fd9fb687 (diff) | |
rtl/gfx: implement ROP render
Diffstat (limited to 'gfx_hw.tcl')
| -rw-r--r-- | gfx_hw.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ 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 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 # |
