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.
- Host: GitHub
- URL: https://github.com/mdmfernandes/smoc-extras
- Owner: mdmfernandes
- License: gpl-3.0
- Created: 2019-02-12T16:28:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T20:44:47.000Z (about 6 years ago)
- Last Synced: 2025-01-26T05:24:36.509Z (4 months ago)
- Language: Jupyter Notebook
- Size: 963 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SMOC Extras
[](https://www.python.org/download/releases/3.0/) [](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.