| Name: | APPS/CAS/SIMICS-2.2.7-1 |
|---|---|
| Description: | Computer Architecture Simulator |
| Status: | First Version |
| Last update: | 2005-05-16 |
APPS/CAS/SIMICS-2.2.7-1
none
none
&
(jobName="simics-test")
(executable="./example.sh")
(arguments="")
(stdout="stdout.txt")
(stderr="stderr.txt")
(runTimeEnvironment=APPS/CAS/SIMICS-2.2.7-1)
(inputFiles=
("example.sh" "")
("example.simics.template" "")
)
(outputFiles=
("output.log" "")
)
#!/bin/bash
SIMICS_DIR=${SIMICS_ROOT}/simics-${SIMICS_VERSION}
WORK_DIR=`pwd`
# Your licence-server goes here
export LM_LICENSE_FILE=port@host
# Path for extensions.
export SIMICS_EXTRA_LIB=${WORK_DIR}
# Generate file!
sed "s#\${SIMICS_ROOT}#${SIMICS_ROOT}#" < example.simics.template > example.simics
# Execute simulator
exec ${SIMICS_DIR}/scripts/start-simics -no-win -no-log -x example.simics
# Read checkpoint
read-configuration ${SIMICS_ROOT}/checkpoints/sarek-1p-local512-booted-spec2000-mth
@SIM_create_object("swc_entropy",
"swc0",
[["swc_entropy_mode", 0],["sample_size", 100], ["trace_file", "output.log"]])
dstc-disable
@conf.phys_mem0.snoop_device = conf.swc0
@SIM_STC_flush_cache( SIM_current_processor() );
c 1000
q
Installation can be verified by running the example script.
Questions related to RE itself, such as questions about installing RE, feature requests and improvement suggestions, can be mailed to Simics RE maintainers hpcag-grid@ce.chalmers.se.