diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-26 04:37:38 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-26 04:37:38 -0600 |
| commit | ebd3ef9b8ebe6c19d0965c3d5ee741c725180f85 (patch) | |
| tree | bdc7dc8eb43838cad86f6f4f1bd949beb447350a /gfx_hw.tcl | |
| parent | 4d10617bd697114ecdc748cb638a10bd8159aeaa (diff) | |
rtl/gfx: implement matrix transpose
Diffstat (limited to 'gfx_hw.tcl')
| -rw-r--r-- | gfx_hw.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ 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 +add_fileset_file transpose.sv SYSTEM_VERILOG PATH rtl/gfx/transpose.sv # |
