From 03286223a3fb6eeabc1dd5abdfd00b8c86b95113 Mon Sep 17 00:00:00 2001 From: David Mapstone <david@mapstone.me> Date: Tue, 28 Feb 2023 15:22:25 +0000 Subject: [PATCH] Added sourcing of flow directory to set_env --- {scripts => flow}/soc-pull | 0 set_env.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {scripts => flow}/soc-pull (100%) 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 46dcf86..fcc9c40 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 -- GitLab