ETISS 0.8.0
Extendable Translating Instruction Set Simulator (version 0.8.0)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
ETISS Configuration/Options (runtime)

This page list options that can be passed to ETISS or set at runtime.

Options are parsed by etiss::initialize() and can be accessed/changed with etiss::cfg(). The following table contains a list of current options. Plugins may have their own options. Please have a look at the respective plugin documentation for such options. The documentation for the integrated library and related plugin implementations can be found Implementation Status here.

Option
Values Description
help Lists the configurations that can be set by the user and the functionality of each configuration.
Usage: "--help"
.ini files Loads .ini files directly into ETISS.
Usage: "-i FileName1 -i FileName2"
plugins Loads plugins directly into ETISS.
Usage: "-p ListPluginNames"
elf file Loads the elf file that is required to begin the execution.
Usage: "--vp.elf_file=/path/to/elf_file"