Metadata-Version: 1.0
Name: polyphony
Version: 0.2.0
Summary: Python based High Level Synthesis compiler
Home-page: https://github.com/ktok07b6/polyphony
Author: Hiroaki Kataoka
Author-email: kataoka@sinby.com
License: MIT
Description: 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
        
        
Keywords: HLS High Level Synthesis FPGA HDL Verilog VHDL EDA
Platform: UNKNOWN
