summaryrefslogtreecommitdiffstats
path: root/src/occ/tools/EXAMPLE_.occ_simics_config
diff options
context:
space:
mode:
authorStephan Broyles <sbroyles@us.ibm.com>2014-11-05 19:09:37 -0600
committerStephan Broyles <sbroyles@us.ibm.com>2014-11-05 19:22:32 -0600
commit9976c207cdb20871880bd2f4cf123cf4cb6a8b0f (patch)
tree1cf9ed8f23085e6fe3e0e6046fc30dcb7e02ccf2 /src/occ/tools/EXAMPLE_.occ_simics_config
parent2f8ce357b89d361b5091d88aea91416011b73ccb (diff)
downloadtalos-occ-9976c207cdb20871880bd2f4cf123cf4cb6a8b0f.tar.gz
talos-occ-9976c207cdb20871880bd2f4cf123cf4cb6a8b0f.zip
Added remaining occ files.
Change-Id: I91a748d3dcf3161a6a3eedcb376fcaf1e4dfe655
Diffstat (limited to 'src/occ/tools/EXAMPLE_.occ_simics_config')
-rwxr-xr-xsrc/occ/tools/EXAMPLE_.occ_simics_config22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/occ/tools/EXAMPLE_.occ_simics_config b/src/occ/tools/EXAMPLE_.occ_simics_config
new file mode 100755
index 0000000..1414e24
--- /dev/null
+++ b/src/occ/tools/EXAMPLE_.occ_simics_config
@@ -0,0 +1,22 @@
+# This is the configuration file for the 'start_occ_simics' script. The script will start
+# a simics session and attempt to automatically load the OCC binaries based off the
+# inputs and values below
+
+# Location of simics-workspace that contains simics executable and target directory
+SIMICS_WORKSPACE = /afs/rchland.ibm.com/usr8/arink/sandboxes/occ/simics-workspace
+
+# Target to use. Can be overridden via "-t" option to start_occ_simics
+DEFAULT_TARGET = /afs/rchland.ibm.com/usr8/arink/sandboxes/occ/simics-workspace/targets/occ/occ-simple-common.simics
+
+# Binary file to use. Can be overridden by passing in a .out file to start_occ_simics
+DEFAULT_BINARY = /afs/rchland.ibm.com/usr8/arink/sandboxes/occ/src/occ/occ.out
+
+# Directories to check when looking for target/binary files
+PATH = /afs/rchland.ibm.com/usr8/arink/sandboxes/occ/src/occ
+PATH = /afs/rchland.ibm.com/usr8/arink/sandboxes/occ/src/validation
+PATH = /afs/rchland.ibm.com/usr8/arink/sandboxes/occ/src/occ
+
+# Default commands to run
+COMMAND = pushd tools
+COMMAND = output-radix 16
+COMMAND = enable-magic-breakpoint
OpenPOWER on IntegriCloud