Skip to content

RayChang987/gordian_linux_build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Gordian Placement on Linux

Description

This project is based on the source code of Gordian Placement (GitHub Repository) and focuses on building a Linux-compatible version.

Build Instructions

  1. Adjust the paths as mentioned in the original repository.

  2. Install LAPACK and BLAS:

    sudo apt update
    sudo apt install -y libblas-dev liblapack-dev
  3. Build the project:

    mkdir build
    cd build
    cmake ..
    make
  4. 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

About

Build Gordian on linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages