multiple never claims do not give error message
It is not really allowed to have multiple never claims in spin.
If one does so, spin -a will give the following warning:the model contains 2 never claims: never_1, never_0
only one claim is used in a verification run
choose which one with ./pan -N name (defaults to -N never_0)Epispin remains silent on the following program:
…
never{
true;
}never{
false;
}init{
skip;
}…
Submitted by Kees Pronk on 29 August 2011 at 22:04
Apologies for the missing underscores to Danny… :-)
Issue Log
On 20 September 2011 at 16:22 Bob de Vos tagged errormessage
On 13 October 2011 at 17:37 Bob de Vos commented:
Epispin gives a similar error from version 1.0.3 on.
On 13 October 2011 at 17:37 Bob de Vos closed this issue.
On 13 October 2011 at 17:38 Bob de Vos tagged fixed1.0.3
Log in to post comments