Metadata-Version: 2.1
Name: pycyclone
Version: 0.4.3
Summary: Fast CGRA Routing
Home-page: https://github.com/Kuree/cgra_pnr/tree/master/cyclone
Author: Keyi Zhang
Author-email: keyi@stanford.edu
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/x-rst

Cyclone
-------

|PyPI version|
|PyPI - Wheel|

Cyclone is a CGRA router as part of PnR system.

Requirement
-----------

-  CMake 3.9+
-  g++-7/clang-6 or above

Install
-------

To install from source, simply do

::

    mkdir build
    cd build
    cmake .. && make -j

Cyclone also has a complete Python binding available, to use the Python
binding, simply do

::

    pip install pycyclone

You can see the example code in ``example`` folder.

.. |PyPI version| image:: https://badge.fury.io/py/pycyclone.svg
   :target: https://badge.fury.io/py/pycyclone
.. |PyPI - Wheel| image:: https://img.shields.io/pypi/wheel/pycyclone.svg


