Skip to content

ryos36/polyphony

 
 

Repository files navigation

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

About

Polyphony is Python based High-Level Synthesis compiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 49.7%
  • Python 48.7%
  • Other 1.6%