summaryrefslogtreecommitdiff
path: root/gfx_hw.tcl
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-26 04:37:38 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-26 04:37:38 -0600
commitebd3ef9b8ebe6c19d0965c3d5ee741c725180f85 (patch)
treebdc7dc8eb43838cad86f6f4f1bd949beb447350a /gfx_hw.tcl
parent4d10617bd697114ecdc748cb638a10bd8159aeaa (diff)
rtl/gfx: implement matrix transpose
Diffstat (limited to 'gfx_hw.tcl')
-rw-r--r--gfx_hw.tcl1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx_hw.tcl b/gfx_hw.tcl
index 570d948..5d56f44 100644
--- a/gfx_hw.tcl
+++ b/gfx_hw.tcl
@@ -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
#