test_13_invar_rhs_smallstep.xml 602 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" ?>
  2. <test>
  3. <statechart src="statechart_fig20_invar.xml">
  4. <override_semantics
  5. assignment_memory_protocol="small_step"/>
  6. </statechart>
  7. <input>
  8. <event port="in" name="start" time="0 d"/>
  9. </input>
  10. <output>
  11. <big_step>
  12. <!-- BSML paper gives example of big step t1, t2, t3, t4.
  13. Due to "always on"-fairness, we instead take the big step t1, t3, t2, t4,
  14. giving the following values for a,b: -->
  15. <event port="out" name="done">
  16. <param val="33"/>
  17. <param val="26"/>
  18. </event>
  19. </big_step>
  20. </output>
  21. </test>