blob: 31dce18076d4384d5d8487f7a3f2ac49d71314ea [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!-- Author: Roberto Cavada and Cristian Mattarei -->
<!-- Version: 0.1 -->
<!-- Date: 2011/09/16 -->
<effects_model name="TestTemplate">
<templates>
<template name="counter_max" type="PInteger">
Description of the template.
</template>
</templates>
<values>
<input reads="min_value" type="Integer" desc="The minimal value of the non-determinism"/>
<input reads="max_value" type="Integer" desc="The maximal value of the non-determinism"/>
<output writes="varout" reads="input" desc="The output variable name that reads on the input one"/>
</values>
<effect>
<entering type="smv" local="false">entering.smv</entering>
<during type="smv" local="false">during.smv</during>
</effect>
<raw/>
</effects_model>