From 64c828f2a7d5ed414810daaf8fb5d14c896e5bf6 Mon Sep 17 00:00:00 2001
From: vauban353 <vauban353@gmail.com>
Date: Fri, 27 May 2022 21:10:38 +0100
Subject: [PATCH] Flow: Move all clock and reset TCL scripts into a single
 directory.

---
 script_support/B_V_F_recursive.tcl             | 18 +++++++++---------
 .../{ => CLOCKS_AND_RESETS}/ADC_MCLK_CCC.tcl   |  0
 .../{ => CLOCKS_AND_RESETS}/CLK_DIV.tcl        |  0
 .../CLOCKS_AND_RESETS.tcl                      |  0
 .../{ => CLOCKS_AND_RESETS}/CORERESET_0.tcl    |  0
 .../{ => CLOCKS_AND_RESETS}/GLITCHLESS_MUX.tcl |  0
 .../{ => CLOCKS_AND_RESETS}/INIT_MONITOR.tcl   |  0
 .../OSCILLATOR_160MHz.tcl                      |  0
 .../{ => CLOCKS_AND_RESETS}/PCIE_REF_CLK.tcl   |  0
 .../{ => CLOCKS_AND_RESETS}/TRANSMIT_PLL.tcl   |  0
 10 files changed, 9 insertions(+), 9 deletions(-)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/ADC_MCLK_CCC.tcl (100%)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/CLK_DIV.tcl (100%)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/CLOCKS_AND_RESETS.tcl (100%)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/CORERESET_0.tcl (100%)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/GLITCHLESS_MUX.tcl (100%)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/INIT_MONITOR.tcl (100%)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/OSCILLATOR_160MHz.tcl (100%)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/PCIE_REF_CLK.tcl (100%)
 rename script_support/components/{ => CLOCKS_AND_RESETS}/TRANSMIT_PLL.tcl (100%)

diff --git a/script_support/B_V_F_recursive.tcl b/script_support/B_V_F_recursive.tcl
index aefb019..8d177a7 100644
--- a/script_support/B_V_F_recursive.tcl
+++ b/script_support/B_V_F_recursive.tcl
@@ -9,20 +9,20 @@ source script_support/components/M2_USB.tcl
 source script_support/components/EMMC.tcl
 source script_support/components/MIPI_CSI2_RX_IOD.tcl 
 source script_support/components/MIPI_CSI_INTERFACE.tcl 
-source script_support/components/CORERESET_0.tcl
-source script_support/components/INIT_MONITOR.tcl 
+source script_support/components/CLOCKS_AND_RESETS/CORERESET_0.tcl
+source script_support/components/CLOCKS_AND_RESETS/INIT_MONITOR.tcl 
 source script_support/components/PCIE_INITIATOR.tcl 
 source script_support/components/FIC0_INITIATOR.tcl 
-source script_support/components/CLK_DIV.tcl 
+source script_support/components/CLOCKS_AND_RESETS/CLK_DIV.tcl 
 source script_support/components/RECONFIGURATION_INTERFACE.tcl 
-source script_support/components/GLITCHLESS_MUX.tcl 
+source script_support/components/CLOCKS_AND_RESETS/GLITCHLESS_MUX.tcl 
 source script_support/components/PF_PCIE_C0.tcl 
-source script_support/components/TRANSMIT_PLL.tcl 
-source script_support/components/PCIE_REF_CLK.tcl 
+source script_support/components/CLOCKS_AND_RESETS/TRANSMIT_PLL.tcl 
+source script_support/components/CLOCKS_AND_RESETS/PCIE_REF_CLK.tcl 
 source script_support/components/FIC3_INITIATOR.tcl
-source script_support/components/OSCILLATOR_160MHz.tcl
-source script_support/components/ADC_MCLK_CCC.tcl 
-source script_support/components/CLOCKS_AND_RESETS.tcl 
+source script_support/components/CLOCKS_AND_RESETS/OSCILLATOR_160MHz.tcl
+source script_support/components/CLOCKS_AND_RESETS/ADC_MCLK_CCC.tcl 
+source script_support/components/CLOCKS_AND_RESETS/CLOCKS_AND_RESETS.tcl 
 source script_support/components/IHC_APB.tcl
 source script_support/components/IHC_SUBSYSTEM.tcl
 source script_support/components/APB_BUS_CONVERTER.tcl
diff --git a/script_support/components/ADC_MCLK_CCC.tcl b/script_support/components/CLOCKS_AND_RESETS/ADC_MCLK_CCC.tcl
similarity index 100%
rename from script_support/components/ADC_MCLK_CCC.tcl
rename to script_support/components/CLOCKS_AND_RESETS/ADC_MCLK_CCC.tcl
diff --git a/script_support/components/CLK_DIV.tcl b/script_support/components/CLOCKS_AND_RESETS/CLK_DIV.tcl
similarity index 100%
rename from script_support/components/CLK_DIV.tcl
rename to script_support/components/CLOCKS_AND_RESETS/CLK_DIV.tcl
diff --git a/script_support/components/CLOCKS_AND_RESETS.tcl b/script_support/components/CLOCKS_AND_RESETS/CLOCKS_AND_RESETS.tcl
similarity index 100%
rename from script_support/components/CLOCKS_AND_RESETS.tcl
rename to script_support/components/CLOCKS_AND_RESETS/CLOCKS_AND_RESETS.tcl
diff --git a/script_support/components/CORERESET_0.tcl b/script_support/components/CLOCKS_AND_RESETS/CORERESET_0.tcl
similarity index 100%
rename from script_support/components/CORERESET_0.tcl
rename to script_support/components/CLOCKS_AND_RESETS/CORERESET_0.tcl
diff --git a/script_support/components/GLITCHLESS_MUX.tcl b/script_support/components/CLOCKS_AND_RESETS/GLITCHLESS_MUX.tcl
similarity index 100%
rename from script_support/components/GLITCHLESS_MUX.tcl
rename to script_support/components/CLOCKS_AND_RESETS/GLITCHLESS_MUX.tcl
diff --git a/script_support/components/INIT_MONITOR.tcl b/script_support/components/CLOCKS_AND_RESETS/INIT_MONITOR.tcl
similarity index 100%
rename from script_support/components/INIT_MONITOR.tcl
rename to script_support/components/CLOCKS_AND_RESETS/INIT_MONITOR.tcl
diff --git a/script_support/components/OSCILLATOR_160MHz.tcl b/script_support/components/CLOCKS_AND_RESETS/OSCILLATOR_160MHz.tcl
similarity index 100%
rename from script_support/components/OSCILLATOR_160MHz.tcl
rename to script_support/components/CLOCKS_AND_RESETS/OSCILLATOR_160MHz.tcl
diff --git a/script_support/components/PCIE_REF_CLK.tcl b/script_support/components/CLOCKS_AND_RESETS/PCIE_REF_CLK.tcl
similarity index 100%
rename from script_support/components/PCIE_REF_CLK.tcl
rename to script_support/components/CLOCKS_AND_RESETS/PCIE_REF_CLK.tcl
diff --git a/script_support/components/TRANSMIT_PLL.tcl b/script_support/components/CLOCKS_AND_RESETS/TRANSMIT_PLL.tcl
similarity index 100%
rename from script_support/components/TRANSMIT_PLL.tcl
rename to script_support/components/CLOCKS_AND_RESETS/TRANSMIT_PLL.tcl
-- 
GitLab