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.
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. Please feel free to participate in the project.
- Miguel Fernandes - mdmfernandes
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
This project is licensed under the GPLv3 License - see the project LICENSE file for details.