A tool for HDL-based synthesis of reversible circuits developed by the Chair for Design Automation at the Technical University of Munich. The SyReC Synthesizer is part of the Munich Quantum Toolkit (MQT) and builds upon our quantum functionality representation (QFR).
If you have any questions, feel free to contact us via quantum.cda@xcit.tum.de or by creating an issue on GitHub.
The SyReC Synthesizer is available via PyPI for Linux, macOS, and Windows.
- In order to make the library as easy to use as possible (without compilation), we provide pre-built wheels for most common platforms (64-bit Linux, MacOS, Windows). These can be installed using
(venv) $ pip install mqt.syrec
- Once installed, start the SyReC Synthesizer GUI by running:
(venv) $ syrec-editor
Detailed documentation on all available methods, options, and input formats is available at ReadTheDocs.
The implementation is compatible with any C++17 compiler and a minimum CMake version of 3.19. Please refer to the documentation on how to build the project.
Building (and running) is continuously tested under Linux, macOS, and Windows using the latest available system versions for GitHub Actions.
SyReC Synthesizer has been developed based on methods proposed in the following papers:
[1] S. Adarsh, L. Burgholzer, T. Manjunath and R. Wille. SyReC Synthesizer: An MQT tool for synthesis of reversible circuits. Software Impacts, 2022.
[2] R. Wille, S. Offermann, and R. Drechsler. SyReC: A Programming Language for Synthesis of Reversible Circuits. In Forum on Specification and Design Languages (FDL), 2010.
[3] R. Wille, E. Schönborn, M. Soeken, and R. Drechsler. SyReC: A hardware description language for the specification and synthesis of reversible circuits. Integration (The VLSI Journal), 2016.
[4] R. Wille, M. Haghparast, S. Adarsh, and T. Manjunath. Towards HDL-based Synthesis of Reversible Circuits with No Additional Lines. In International Conference on Computer Aided Design (ICCAD), 2019.