From e0ddce76ac557aeaecc51e840007ccef2b9ad953 Mon Sep 17 00:00:00 2001 From: James Cherry Date: Tue, 5 May 2026 15:39:09 -0700 Subject: [PATCH] mv Variables.tcl to sdc Signed-off-by: James Cherry --- CMakeLists.txt | 2 +- {tcl => sdc}/Variables.tcl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {tcl => sdc}/Variables.tcl (100%) 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