https://github.com/reity/article-permutation-circuit-synthesis
This article describes how embedded languages and recursion can be used to create a tool that synthesizes a relatively efficient logical circuit for any chosen permutation of the set of all bit vectors of some fixed length.
https://github.com/reity/article-permutation-circuit-synthesis
article circuit-optimizaion logic-circuit logic-synthesis python
Last synced: 2 months ago
JSON representation
This article describes how embedded languages and recursion can be used to create a tool that synthesizes a relatively efficient logical circuit for any chosen permutation of the set of all bit vectors of some fixed length.
- Host: GitHub
- URL: https://github.com/reity/article-permutation-circuit-synthesis
- Owner: reity
- License: mit
- Created: 2020-06-28T23:19:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-16T22:19:18.000Z (about 4 years ago)
- Last Synced: 2025-01-23T12:30:33.569Z (4 months ago)
- Topics: article, circuit-optimizaion, logic-circuit, logic-synthesis, python
- Language: Jupyter Notebook
- Homepage: https://medium.com/reity-llc/permutation-circuit-synthesis-via-embedded-languages-and-recursion-85e357b0f327
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# article-permutation-circuit-synthesis
This article describes how embedded languages and recursion can be used to create a tool that synthesizes a relatively efficient logical circuit for any chosen permutation of the set of all bit vectors of some fixed length.