The GenoM3 Fiacre package is a GenoM3 template. It needs to be run jointly with GenoM3 applied to a module specification. Applying this template to a module synthesize a Fiacre formal model of the module, either to be used with the Tina toolbox (to prove some formal properties using model checking), but also with the Hippo engine to execute the equivalent formal model of the component (in place of the regular GenoM3 code).
LICENCE
Copyright (c) 2015-2024 Francois Felix Ingrand and LAAS/CNRS All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
-
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
-
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Contact and support
Installation
PREREQUISITES
We use autotools, all prerequisites should be taken care of… just
install whatever configure
instruct you too.
SUPPORTED PLATFORMS
Any linux/unix…
You need to install GenoM3, Tina and Fiacre/Hippo, and set the following environment variables (adapted to your setup):
export HIPPO_DIST=${HOME}/work/hippo-2.7.1 export TINA_DIST=${HOME}/work/tina-3.7.5 export GENOM_TMPL_PATH=${HOME}/work/share/genom/site-templates
to the proper values.
Note
|
The Hippo distribution is in fact a frac distribution to which the hippo engine is added. |
INSTALLATION INSTRUCTIONS
git clone git://redmine.laas.fr/laas/users/felix/vandv/genom3-fiacre-template.git cd genom3-fiacre-template ./bootstrap.sh
After the bootstrap:
mkdir build cd build ../configure --prefix=${HOME}/work make install
Note that if you do not intend to install the software in ${HOME}/work
directory you may specify another one with the --prefix=<dir>
Similarly, if you plan to have more than one architecture-dependent file in
the same tree you may want to specify the --exec-prefix=<bindir>
Make sure genom3 will be able to find the template with"
export GENOM_TMPL_PATH=<prefix>/share/genom/site-templates
EXAMPLES
Known Problems
Reporting Problems / Getting Help
Mail: felix@laas.fr