This project is based on the source code of Gordian Placement (GitHub Repository) and focuses on building a Linux-compatible version.
-
Adjust the paths as mentioned in the original repository.
-
Install LAPACK and BLAS:
sudo apt update sudo apt install -y libblas-dev liblapack-dev
-
Build the project:
mkdir build cd build cmake .. make -
Run and Execution
./gordian_linux_build
After lauching the process, input the netlist file! For example:
./build/gordian_linux_build input the name of netlist file.(include file name extension) ./testcases/custom_netlist2.txt