diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-11-14 06:36:19 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-11-14 07:48:53 -0600 |
| commit | 46c00a3ea411b2987f762959e4a051b80357d127 (patch) | |
| tree | b5c7d14f0a2648a9ce4269cd3799ea281607dc55 /gfx_hw.tcl | |
| parent | d2498ac42ea257eb2d17eb48516c528ab539e96c (diff) | |
rtl/gfx: implement fifo
Diffstat (limited to '')
| -rw-r--r-- | gfx_hw.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -76,6 +76,7 @@ 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 +add_fileset_file gfx_fifo.sv SYSTEM_VERILOG PATH rtl/gfx/gfx_fifo.sv # |
