A design space exploration and optimization framework for dynamic dataflow programs.
The Eclipse plugins can be downloaded from this repository:
http://scistimm.epfl.ch/turnus/eclipse/
Please make sure to use the latest Eclipse Neon for RCP and RAP Developers.
If you want to build the latest version from the sources you should clone all the repositories and successively use maven to build all the plugins. Here an example:
mkdir turnus
cd turnus
git clone https://github.com/turnus/turnus.git
git clone https://github.com/turnus/turnus.orcc.git
git clone https://github.com/turnus/turnus.p2.git
cd turnus.p2
mvn clean install
@article{casalebrunet,
title = {Analysis and optimization of dynamic dataflow programs},
author = {Casale-Brunet, Simone},
institution = {IEL},
publisher = {EPFL},
address = {Lausanne},
year = {2015},
}
@inproceedings{turnus,
author={S. Casale-Brunet and M. Mattavelli and J. Janneck},
booktitle={2013 IEEE International Symposium on Circuits and Systems (ISCAS2013)},
title={{TURNUS}: A design exploration framework for dataflow system design},
year={2013},
pages={654-654},
doi={10.1109/ISCAS.2013.6571927},
ISSN={0271-4302},
month={May},
}