bdd_sat_bounded_model_check [-h] [-v <verbosity_level>] [-d <dbg_level>] [-i] -m <minimum_length> -k <maximum_length> -s <step_value> -o <cnf_file> <ltl_file>
Performs an LTL bounded model checking on a flattened
network. This command looks for a counterexample of length ≥ minimum_length
and ≤ maximum_length. It increments the length by step_value.
Before calling this command, the user should have initialized the design
by calling the command
flatten_hierarchy, and
then calling the command
build_partition_maigs.
The value of maximum length must be >= minimum length.
Command options:
<minimum_length>
<maximum_length>
<step_value>
<inductive_Step>
<fairness_file>
<fairness_file>. Each
formula in the file is a condition that must hold infinitely often on a fair
path.
<cnf_file>
Save the CNF formula in <cnf_file>
<timeOutPeriod>
<verbosity_level>
verbosity_level must be one of the following:
0: No feedback provided. This is the default.
1: Feedback on code location.
2: Feedback on code location and CPU usage.
<dbg_level>
dbg_level must be one
of the following:
0: No debugging performed.
dbg_level=0 is the default.
1: Debugging with minimal output: generate counter-example
if the LTL formula fails and the counterexample length.
<cnf_file>
<ltl_file>