diff --git a/hdl/pkg_corr_matrixpi.vhd b/hdl/pkg_corrmatrixpi.vhd similarity index 100% rename from hdl/pkg_corr_matrixpi.vhd rename to hdl/pkg_corrmatrixpi.vhd diff --git a/tcl/main.tcl b/tcl/main.tcl index 82b67c95f38688e71e040d798295800422f7d605..28436f27e17669b942da9915c301c189014bb87d 100644 --- a/tcl/main.tcl +++ b/tcl/main.tcl @@ -7,7 +7,7 @@ proc init {} { variable Config # Parse configuration from VHDL package - parseVhdlConfigFile Config "../hdl/pkg_corr_matrixpi.vhd" + parseVhdlConfigFile Config "../hdl/pkg_corrmatrixpi.vhd" } # ============================================================================== @@ -18,7 +18,7 @@ proc setSources {} { genModVerFile VHDL ../hdl/pkg_corr_matrixpi_version.vhd lappend Sources {"../hdl/pkg_corr_matrixpi_version.vhd" "VHDL"} - lappend Sources {"../hdl/pkg_corr_matrixpi.vhd" "VHDL 2008"} + lappend Sources {"../hdl/pkg_corrmatrixpi.vhd" "VHDL 2008"} lappend Sources {"../hdl/corr_pi.vhd" "VHDL 2008"} lappend Sources {"../hdl/matrix_mul.vhd" "VHDL 2008"} lappend Sources {"../hdl/orbit_error.vhd" "VHDL 2008"}