Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Parallel hypergraph partitioner

License

NotificationsYou must be signed in to change notification settings

asyncvlsi/BiPart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build tools

  • CMake, version >= 3.16
  • GNU Compiler Collection (GCC), version >= 4.8.5

Pre-requisite libraries

  • Boost, version >= 1.61.0
  • Si2 LEF/DEF parser:LEF parser andDEF parser. Usecmake .. -DCMAKE_INSTALL_PREFIX=path/to/install to specify the installation destination for each parser, and export the path as environment variableLEF_ROOT andDEF_ROOT. This LEF/DEF parser requires BISON (>= 3.0.4)
  • ACT: environment variableACT_HOME determines 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

Required Evironment variable

  • '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

Clone, compile, and install

$ git clone https://github.com/asyncvlsi/Bipart.git$ cd Bipart/$ mkdir build$ cd build$ cmake ..$ make$ make install

About

Parallel hypergraph partitioner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp