diff --git a/CMakeLists.txt b/CMakeLists.txt index cf46f844..bcf99591 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,7 +257,6 @@ set(STA_TCL_FILES tcl/Property.tcl tcl/Sta.tcl tcl/Splash.tcl - tcl/Variables.tcl dcalc/DelayCalc.tcl graph/Graph.tcl liberty/Liberty.tcl @@ -267,6 +266,7 @@ set(STA_TCL_FILES parasitics/Parasitics.tcl power/Power.tcl sdc/Sdc.tcl + sdc/Variables.tcl sdf/Sdf.tcl search/Search.tcl spice/WriteSpice.tcl diff --git a/tcl/Variables.tcl b/sdc/Variables.tcl similarity index 100% rename from tcl/Variables.tcl rename to sdc/Variables.tcl