Polyphony is a Python-based high-level synthesis compiler.
This compiler maps program codes written in Python (version 3.6 or later) to Verilog HDL codes that is synthesizable and executable on FPGA chips, also ASIC.
Python is simple, easy-to-learn and high readability. So the Python-based HLS compiler brings a higher level of abstraction to design methodologies, allowing designers to focus on developing your own algorithms!!
Polyphony is an open source, pure Python package.You can install with pip. Please visit our project on Github.