Skip to content

Commit

Permalink
merge devel and master
Browse files Browse the repository at this point in the history
  • Loading branch information
hbourbouh committed Mar 8, 2017
2 parents 3c6b40b + 553e2f2 commit 805b9e9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 11 deletions.
31 changes: 21 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

# CoCoSim

CoCoSim is an automated analysis framework for Simulink and Stateflow models. CoCoSim is currently under development. We welcome any feedback and bug report.
CoCoSim is an automated analysis and code generation framework for
Simulink and Stateflow models. Specifically, CoCoSim can be used to
verify automatically user-supplied safety requirements. Moreover,
CoCoSim can be used to generate C and/or Rust code. CoCoSim uses
Lustre as its intermediate language. CoCoSim is currently under
development. We welcome any feedback and bug report.

[![ScreenCast of CoCoSim](http://i.imgur.com/itLte0X.png)](https://youtu.be/iqwVCiU46Y4)

Expand Down Expand Up @@ -61,15 +66,21 @@ More information about CoCoSim can be found [here](https://github.com/coco-team/

* Lead Developer: [Temesghen Kahsai](http://www.lememta.info/)

## Current Contributors
* Current Contributors: Hamza Bourbouh (SGT - USA), Pierre-Loic
Garoche (Onera - France), Claire Pagetti (Onera - France), Eric
Noulard (Onera - France), Thomas Loquen (Onera - France), Xavier
Thirioux (ENSEEIHT - France)

* [Hamza Bourbouh] (https://hbourbouh.github.io/)
* Pierre-Loic Garoche (Onera - France)
* Claire Pagetti (Onera - France)
* Eric Noulard (Onera - France)
* Thomas Loquen (Onera - France)
* Xavier Thirioux (ENSEEIHT - France)
* Past Contributors: Arnaud Dieumegard (Fabruary - August 2015)

## Past Contributors

* Arnaud Dieumegard (Fabruary - August 2015)
## Acknowledgments and Disclaimers

CoCoSim is partially funded by:

* NASA NRA NNX14AI09G
* NSF award 1136008

Any opinions, findings and conclusions or recommendations expressed in
this material are those of the author(s) do not necessarily
reflect the views of NASA and NSF.
2 changes: 1 addition & 1 deletion sanity/sanity_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
cocoTeam_path = os.path.abspath(os.path.join(cocosim_path, os.pardir))
regression_runner_path = os.path.abspath(os.path.join(cocoTeam_path, "regression-test/scripts"))
add_path = "addpath('"+regression_runner_path+"')"
bashCommand = "matlab -nodisplay -r \"try, "+add_path+"; test_all; catch e, disp(getReport(e)), exit(7); end, exit()\""
bashCommand = "matlab -nodisplay -r \"try, "+add_path+"; test_all; bdclose('all'); catch e, disp(getReport(e)), exit(7); end, exit()\""
return_val = os.system(bashCommand)

if return_val == 0:
Expand Down

0 comments on commit 805b9e9

Please sign in to comment.