summaryrefslogtreecommitdiffstats
path: root/sbe/build
diff options
context:
space:
mode:
Diffstat (limited to 'sbe/build')
-rwxr-xr-xsbe/build/citest/create-sandbox3
1 files changed, 2 insertions, 1 deletions
diff --git a/sbe/build/citest/create-sandbox b/sbe/build/citest/create-sandbox
index e2b2f1f9..ddc212d7 100755
--- a/sbe/build/citest/create-sandbox
+++ b/sbe/build/citest/create-sandbox
@@ -44,7 +44,8 @@ execute_in_sandbox "start_simics -no_start -machine $MACHINE -batch_mode" \
# Copy action files. As we are taking actions files from ppe, copy them here
# so that any workaround necessary can be applied over them in pre-simsetup path
mkdir -p $SANDBOXBASE/src/simu/data/cec-chip
-cp $SBEROOT/import/chips/p9/sw_simulation/* $SANDBOXBASE/src/simu/data/cec-chip || exit -1
+cp $SBEROOT/import/chips/p9/sw_simulation/chip.act $SANDBOXBASE/src/simu/data/cec-chip || exit -1
+cp $SBEROOT/import/chips/p9/sw_simulation/pervasive.act $SANDBOXBASE/src/simu/data/cec-chip || exit -1
# Run postsimsetup workarounds.
echo "----Running postsimsetup workarounds."
OpenPOWER on IntegriCloud