8000 GitHub - ZhuYanzhen1/Xplace: Modified Xplace
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ZhuYanzhen1/Xplace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a modified Xplace

This repository holds a modified XPlace that removes features other than placement, while leaving the interface open for other tools to call. The original repository can be found here.

About Xplace

Xplace is a fast and extensible GPU-accelerated global placement framework developed by the research team supervised by Prof. Evangeline F. Y. Young at The Chinese University of Hong Kong (CUHK). It achieves around 3x speedup per GP iteration compared to DREAMPlace and shows high extensibility.

More details are in the following paper:

Lixin Liu, Bangqi Fu, Shiju Lin, Jinwei Liu, Evangeline F.Y. Young, Martin D.F. Wong. "Xplace: An Extremely Fast and Extensible Placement Framework". In IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (TCAD), doi: 10.1109/TCAD.2023.3346291.

Lixin Liu, Bangqi Fu, Martin D. F. Wong, and Evangeline F. Y. Young. "Xplace: an extremely fast and extensible global placement framework". In Proceedings of the 59th ACM/IEEE Design Automation Conference (DAC '22). Association for Computing Machinery, New York, NY, USA, 1309–1314.

How to Build

cd $XPLACE_HOME
mkdir build && cd build
cmake -DPYTHON_EXECUTABLE=$(which python) ..
make -j40 && make install

Licen 550B se

Xplace is an open source project licensed under a BSD 3-Clause License that can be found in the LICENSE file.

About

Modified Xplace

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 68.0%
  • Cuda 19.9%
  • Python 11.3%
  • CMake 0.8%
0