diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-25 19:13:19 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-25 19:13:19 -0600 |
| commit | 5202bce32bd9157508ed48da37e114b7ade0ec70 (patch) | |
| tree | bc5eeac42915e5e2ddf2cd6fb8d17f9dc6053eb5 /gfx_hw.tcl | |
| parent | c1c1f1e823099c82d02e94827a64d7a0b223048e (diff) | |
rtl/gfx: implement skid buffers
Diffstat (limited to 'gfx_hw.tcl')
| -rw-r--r-- | gfx_hw.tcl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ add_fileset_file mat_mat_mul.sv SYSTEM_VERILOG PATH rtl/gfx/mat_mat_mul.sv add_fileset_file mat_vec_mul.sv SYSTEM_VERILOG PATH rtl/gfx/mat_vec_mul.sv add_fileset_file pipeline_flow.sv SYSTEM_VERILOG PATH rtl/gfx/pipeline_flow.sv add_fileset_file fold_flow.sv SYSTEM_VERILOG PATH rtl/gfx/fold_flow.sv +add_fileset_file skid_flow.sv SYSTEM_VERILOG PATH rtl/gfx/skid_flow.sv +add_fileset_file skid_buf.sv SYSTEM_VERILOG PATH rtl/gfx/skid_buf.sv add_fileset_file vec_dot.sv SYSTEM_VERILOG PATH rtl/gfx/vec_dot.sv |
