diff --git a/proj-branch b/proj-branch index dae93929e5d4512ebe4245dec53945a71876e240..c8662e937f4d3be543ec54963a5166f6176f746a 100644 --- a/proj-branch +++ b/proj-branch @@ -13,9 +13,9 @@ # Add your Accelerator Repository here # accelerator_repo: main nanosoc_tech: main -chipkit_flow: main accelerator_wrapper_tech: main fpga_lib_tech: main generic_lib_tech: main rtl_primitives_tech: main -soctools_flow: main \ No newline at end of file +soctools_flow: main +soctools_flow/tools/chipkit_flow: main \ No newline at end of file diff --git a/set_env.sh b/set_env.sh index 133b92f1eb4e8160bac46f9b0c440290af816345..e7025e8b321a47decc557b61e5639f2d29e20497 100755 --- a/set_env.sh +++ b/set_env.sh @@ -32,6 +32,10 @@ else export DESIGN_ROOT fi + # Add in location for socsim scripts + export SOCSIM_PATH=$PROJECT_DIR/simulate/socsim + + # Source dependency environment variable script source $PROJECT_DIR/env/dependency_env.sh