Metadata-Version: 1.0
Name: polyphony
Version: 0.3.2
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.4
        
        Installation
        ------------
        $ pip3 install polyphony
        
        Usage
        -----
        usage: polyphony [-h] [-o FILE] [-d DIR] [-v] [-D] [-q] [-V] source
        
        positional arguments:
          source                Python source file
        
        optional arguments:
          -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         verbose output
          -D, --debug           enable debug mode
          -q, --quiet           suppress warning/error messages
          -V, --version         print the Polyphony version number
        
        Examples
        --------
        
        see https://github.com/ktok07b6/polyphony/tree/master/tests
        
        
Keywords: HLS High Level Synthesis FPGA HDL Verilog VHDL EDA
Platform: UNKNOWN
