An open API service indexing awesome lists of open source software.

https://github.com/mdmfernandes/smoc-extras

Useful documents to extend the SMOC project functionalities.
https://github.com/mdmfernandes/smoc-extras

Last synced: 2 months ago
JSON representation

Useful documents to extend the SMOC project functionalities.

Awesome Lists containing this project

README

        

# SMOC Extras

[![Python 3.0+](https://img.shields.io/badge/python-3.0%2B-blue.svg)](https://www.python.org/download/releases/3.0/) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/mdmfernandes/smoc-extras/blob/master/LICENSE)

This project include useful documents to extend the SMOC project functionalities, but don't fit on the project structure. They can also be used on other projects.

All files are in the *.ipynb* format, and can be accessed with [Jupyter Notebook](https://jupyter.org/).

## About SMOC

SMOC is a stochastic circuit optimizer based on the NSGA-II genetic algorithm (GA) for Cadence Virtuoso, written in Python.
You can access the SMOC repository [here](https://github.com/mdmfernandes/smoc). Please feel free to participate in the project.

## Author

* **Miguel Fernandes** - [mdmfernandes](https://github.com/mdmfernandes)

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D

## License

This project is licensed under the GPLv3 License - see the project [LICENSE](https://github.com/mdmfernandes/smoc-extras/blob/master/LICENSE) file for details.