- Notifications
You must be signed in to change notification settings - Fork1
Parallel hypergraph partitioner
License
NotificationsYou must be signed in to change notification settings
asyncvlsi/BiPart
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- CMake, version >= 3.16
- GNU Compiler Collection (GCC), version >= 4.8.5
- Boost, version >= 1.61.0
- Si2 LEF/DEF parser:LEF parser andDEF parser. Use
cmake .. -DCMAKE_INSTALL_PREFIX=path/to/installto specify the installation destination for each parser, and export the path as environment variableLEF_ROOTandDEF_ROOT. This LEF/DEF parser requires BISON (>= 3.0.4) - ACT: environment variable
ACT_HOMEdetermines the installation destination of this package - [PhyDB]: phydb should be installed in 'ACT_HOME': 'ACT_HOME/include' should contain a 'phydb' folder with all phydb headers, 'ACT_HOME/lib' should contain libphydb.a
- 'LEF_ROOT': installation path of the Si2 lef parser
- 'DEF_ROOT': installation path of the Si2 def parser
- 'ACT_HOME': installation path of ACT, where PhyDB is installed as well
- 'GALOIS_INCLUDE', 'GALOIS_LIB': path of Galois header files and the Galois library libgalois_shmem.a
$ git clone https://github.com/asyncvlsi/Bipart.git$ cd Bipart/$ mkdir build$ cd build$ cmake ..$ make$ make installAbout
Parallel hypergraph partitioner
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors3
Uh oh!
There was an error while loading.Please reload this page.