summaryrefslogtreecommitdiffstats
path: root/customrc
diff options
context:
space:
mode:
Diffstat (limited to 'customrc')
-rwxr-xr-xcustomrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/customrc b/customrc
new file mode 100755
index 00000000..a998032c
--- /dev/null
+++ b/customrc
@@ -0,0 +1,15 @@
+#!/bin/sh
+# Never checkin this file other than changes in BACKING_BUILD
+
+# If you want to change location of default sandbox root, enable SANDBOXROOT
+#export SANDBOXROOT=~/workspace/
+# If you want to change name of default sandbox, enable SANDBOXNAME
+#export SANDBOXNAME=sbe_simics_sandbox
+
+#export WORKSPACE=<set it to your root ppe directory. This is required if you
+# to use build script locally>
+export MACHINE=NIMBUS
+export BACKING_BUILD=/esw/fips910/Builds/b1104t_1544.910/
+export SIMICSOPTIONS="-nre"
+
+
OpenPOWER on IntegriCloud