Skip to content

Commit

Permalink
Revert "Remove references to prebuilt eecache"
Browse files Browse the repository at this point in the history
This reverts commit 1b06c4f.

Change-Id: Ibbbd4a25a7374a001333b18aa863e9d5fd04293e
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79849
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Christian R. Geddes <crgeddes@us.ibm.com>
  • Loading branch information
crgeddes committed Jul 1, 2019
1 parent 3a5514c commit 710af45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/build/tools/hb
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ hb_simsetup()

DRIVER=`cat ${PROJECT_ROOT}/src/build/citest/etc/bbuild`
SIMICS_LEVEL=`cat ${PROJECT_ROOT}/src/build/citest/etc/simbuild`
EECACHE_PREBUILT=`cat ${PROJECT_ROOT}/src/build/citest/etc/eecache_prebuilt`

needs_machine_variable
if [ "${MACHINE}" == "AXONE" ]; then
Expand All @@ -365,6 +366,8 @@ hb_simsetup()
execute_in_sandbox "tar -xf ${SIMICS_LEVEL} -C ${SANDBOXBASE}/simics/" "ppc"
echo "cd ${SANDBOXBASE}/simics/ && ./INSTALL.sh"
execute_in_sandbox "cd ${SANDBOXBASE}/simics/ && ./INSTALL.sh" "ppc"
echo "cp ${EECACHE_PREBUILT} ${SANDBOXBASE}/simics/eecache_prebuilt.bin.ecc"
execute_in_sandbox "cp ${EECACHE_PREBUILT} ${SANDBOXBASE}/simics/eecache_prebuilt.bin.ecc" "ppc"
else
execute_in_sandbox "start_simics -no_start -machine ${MACHINE}" "ppc"
fi
Expand Down

0 comments on commit 710af45

Please sign in to comment.