Giter VIP home page Giter VIP logo

sproute's Introduction

SProute

SPRoute: A parallel global router using the Galois framework SPRoute exploits nested parallelism by a novel hybrid algorithm for parallelization. It combines net-level parallelism in which each thread works on a net, and a fine-grain parallelism which route individual nets in parallel. In fine-grain parallelism, parallelization is through exloration of multiple path.

This is a Lef/Def based version.

Cloning SPRoute

You can checkout the latest Lef/Def SPRoute by

git clone https://github.com/asyncvlsi/SPRoute.git

Dependencies

Dependencies of Galois

Checkout the lastest Galois:

https://github.com/IntelligentSoftwareSystems/Galois.git

A modern C++ compiler compliant with the C++-14 standard (GCC >= 6.1, Intel >= 17.0, LLVM >= 4.0)

CMake (>= 3.2.3)

Boost library ( >= 1.58.0, we recommend building/installing the full library)

Lef/Def Parser v5.8

The FLUTE files: POST9.dat POWV9.dat (download flute-3.1.tgz from http://home.eng.iastate.edu/~cnchu/flute.html and copy POST9.dat & POWV9.dat to work directory)

Compile

cd [Galois_Home]/lonestar/experimental/
mkdir lefdef_SPRoute
cp [SPRoute files] to lefdef_SPRoute

add a line to the [Galois_Home]/lonestar/experimental/CMakeList.txt:

add_subdirectory(lefdef_SPRoute)

change the 5 dependency paths of CMakeList.txt in lefdef_SPRoute

build the whole Galois by

cd [Galois_Home]
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release -DUSE_EXP=true
cd lonestar/experimental/lefdef_SPRoute
make

Usage

./lefdef_SPRoute -lef [LefFile] -def [DefFile] -t [nthreads] -output [Output file]

sproute's People

Contributors

michael-jy-he avatar rmanohar avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.