Skip to content
Snippets Groups Projects

SOC1-141: Restructured deconstruction buffer to remove registers and do packet...

Merged SOC1-141: Restructured deconstruction buffer to remove registers and do packet...
Merged dam1n19 requested to merge feat_const_ip_data_req into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -36,7 +36,7 @@ else
@@ -36,7 +36,7 @@ else
# Source environment variables for all submodules
# Source environment variables for all submodules
for d in $ACC_WRAPPER_DIR/* ; do
for d in $ACC_WRAPPER_DIR/* ; do
if [ -f "$d/.git" ]; then
if [ -e "$d/.git" ]; then
if [ -f "$d/set_env.sh" ]; then
if [ -f "$d/set_env.sh" ]; then
# If .git file exists - submodule
# If .git file exists - submodule
source $d/set_env.sh
source $d/set_env.sh
Loading