A command-line simulator
From The P-Lingua Website
(Difference between revisions)
Line 28: | Line 28: | ||
==Download== | ==Download== | ||
- | * [[Download]] | + | * [[Download#Command-line_compiler_tool|Download]] |
Revision as of 02:25, 7 December 2009
A command-line simulation tool based on pLinguaCore
Contents |
Command-line syntax
plingua_sim [-h] [-input_format] input_file -o output_file [-to timeout] [-st steps] [-mode simulatorID] [-a] [-b] [-v verbosity_level]
Optional arguments in brackets.
Options:
- [-h]: Print this help information.
- [-input_format]: Select an input format file. XML by default.
- input_file: The input file.
- output_file: The output file.
- [-to timeout]: A timeout in milliseconds.
- [-st steps]: Number of steps of simulation.
- [-mode simulatorID]: Select the simulation algorithm.
- [-a]: Simulation with alternative steps.
- [-b]: Simulation with steps back.
- [-v verbosity]: Verbosity level, 0-5.
Examples
- plingua_sim -PLI sat.pli -o report.txt -v 5
- plingua_sim -PLI example.pli -o file.txt -st 100 -to 100000