From ebd3ef9b8ebe6c19d0965c3d5ee741c725180f85 Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 26 Oct 2023 04:37:38 -0600 Subject: rtl/gfx: implement matrix transpose --- gfx_hw.tcl | 1 + 1 file changed, 1 insertion(+) (limited to 'gfx_hw.tcl') 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 # -- cgit v1.2.3