Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 573 Bytes

README.rst

File metadata and controls

31 lines (22 loc) · 573 Bytes

polyphony

Polyphony is Python based High-Level Synthesis compiler.

Requirements

Python 3.x

Installation

$ pip3 install polyphony

Usage

$ polyphony [Options] [Python source file]

Options:
  -h, --help            show this help message and exit
  -o FILE, --output=FILE
                        output filename (default is 'polyphony_out')
  -d DIR, --dir=DIR     output directory
  -v                    verbose output

Examples

see https://github.com/ktok07b6/polyphony/tree/master/tests