diff --git a/scripts/soc-pull b/flow/soc-pull
similarity index 100%
rename from scripts/soc-pull
rename to flow/soc-pull
diff --git a/set_env.sh b/set_env.sh
index 46dcf86e181d45d352b3c3576815cd5b2c7b2ed9..fcc9c40cd1cf8652b0c2fcce06021c4df1378658 100755
--- a/set_env.sh
+++ b/set_env.sh
@@ -40,4 +40,4 @@ for d in $SHA_2_SOC_DIR/* ; do
 done
 
 # Add Scripts to PAth
-export PATH="$PATH:/$DESIGN_ROOT/scripts"
\ No newline at end of file
+export PATH="$PATH:/$SHA_2_SOC_DIR/flow"
\ No newline at end of file