-
Notifications
You must be signed in to change notification settings - Fork 4
tsim help
Darren Kulp edited this page Sep 4, 2015
·
5 revisions
Usage: tsim [ OPTIONS ] image-file
Options:
-@, --options=X use options from file X
-a, --address=N load instructions into memory at word address N
-f, --format=F select input format (obj, raw, text, memh)
-n, --scratch don't run default recipes
-p, --param=X=Y set parameter X to value Y
-r, --recipe=R run recipe R (see list below)
-s, --start=N start execution at word address N
-v, --verbose increase verbosity of output
-h, --help display this message
-V, --version print the string `tsim version v0.9.2...'
Available recipes:
prealloc: preallocate memory (higher memory footprint, maybe faster)
sparse: use sparse memory (lower memory footprint, maybe slower)
serial: enable simple serial device and connect to stdio
plugin: load plugins specified through param mechanism
jit: use a JIT compiler (usually faster, but no -v supported)
Default recipes:
sparse serial plugin