I wrote a model in Spin. I want to check some LTL on the model. for example:
ltl L1 {<>[]Working}
in the Verification window i choose option "use claim" and click "Run":
ltl L1: <> ([] (Working))
gcc -DMEMLIM=1024 -O2 -DXUSAFE -w -o pan pan.c
at this point I have no idea what to do next...? I've tried to look for the answer with Google but there are no guides how to use Spin....