Metadata-Version: 1.0
Name: pythunder
Version: 0.3.2
Summary: Fast CGRA Placement
Home-page: https://github.com/Kuree/cgra_pnr/tree/master/thunder
Author: Keyi Zhang
Author-email: keyi@stanford.edu
License: UNKNOWN
Description-Content-Type: text/markdown
Description: Thunder
        -------
        [![PyPI version](https://badge.fury.io/py/pythunder.svg)](https://badge.fury.io/py/pythunder)
        
        Thunder is a high-performance CGRA placement engine. It is uses multi-processing to speed up the placement.
        Users can also use AWS lambda to enable high parallelism if desired (C++ lambda invocation coming soon).
        
        ## Requirement
        - CMake 3.9+
        - g++-7/clang-6 or above
        
        ## Install
        To install from source, simply do
        ```
        mkdir build
        cd build
        cmake .. && make -j
        ```
        
        Thunder also has a complete Python binding available, to use the Python binding, simply do
        ```
        pip install pythunder
        ```
        
        You can see the example code in `example` folder.
        
Platform: UNKNOWN
