Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msoeken/cirkit-addon-plim
https://github.com/msoeken/cirkit-addon-plim
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/msoeken/cirkit-addon-plim
- Owner: msoeken
- License: mit
- Created: 2017-03-16T17:37:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-16T17:48:35.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T15:52:00.399Z (about 2 months ago)
- Language: C++
- Size: 5.86 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CirKit Addon for PLiM
This addon implements some code based on logic synthesis for the PLiM computer. In a [CirKit](https://msoeken.github.io/cirkit.html) installation, you need to do the following to enable this plugin. From the CirKit base path enter
cd addons
git clone https://github.com/msoeken/cirkit-addon-plim.git
cd ..
cmake -Denable_cirkit-addon-plim=ON build
make -C build cirkit## References
* Mathias Soeken, Pierre-Emmanuel Gaillardon, and Giovanni De Micheli: [RM3 based logic synthesis](https://msoeken.github.io/publications.html#c85), ISCAS 2017.