Giter Site home page Giter Site logo

hitero / tritonroute Goto Github PK

View Code? Open in Web Editor NEW

This project forked from the-openroad-project/tritonroute

0.0 1.0 0.0 3.57 MB

UCSD Detailed Router

License: Other

C++ 88.79% Makefile 0.03% CMake 0.26% Objective-C 1.39% C 1.41% Yacc 7.98% Shell 0.08% Tcl 0.07%

tritonroute's Introduction

TritonRoute

TritonRoute is an open source detailed router for modern industrial designs. The router consists of several main building blocks, including pin access analysis, track assignment, initial detailed routing, search and repair, and a DRC engine. The initial development of the router is inspired by the ISPD-2018 initial detailed routing contest. However, the current framework differs and is built from scratch, aiming for an industrial-oriented scalable and flexible flow. Currently, the router only has a limited support of block-level designs with standard cells and macros for CLN65LP.

TritonRoute was developed by graduate students Lutong Wang and Bangqi Xu from UC San Diego, and serves as the detailed router in the OpenROAD project.

TritonRoute provides industry standard LEF/DEF interface with support of ISPD-2018 and ISPD-2019 contest-compatible route guide format.

Installation

TritonRoute is tested in 64-bit CentOS 6/7 environments with the following prerequisites:

  • A compatible C++ compiler supporting C++17 (GCC 7 and above)
  • Boost >= 1.68.0
  • OpenMP >= 4.5
  • Bison >= 3.0.4
  • zlib >= 1.2.7
  • CMake >= 3.1

To install TritonRoute:

$ git clone https://github.com/The-OpenROAD-Project/TritonRoute.git
$ cd TritonRoute 
$ mkdir build
$ cd build
$ cmake -DBOOST_ROOT=<BOOST_ROOT> ../
$ make

To run TritonRoute:

$ ./TritonRoute -lef <LEF_FILE> -def <DEF_FILE> -guide <GUIDE_FILE> -output <OUTPUT_DEF>

Supported Technologies

  • CLN65LP (with limited selection of standard cells, macros and floorplans)
  • ISPD-2018 and ISPD-2019 Initial Detailed Routing Contests

References

Please cite the following paper(s) for publication:

  • A. B. Kahng, L. Wang and B. Xu, "TritonRoute: The Open Source Detailed Router", IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems (2020), doi:10.1109/TCAD.2020.3003234.
  • A. B. Kahng, L. Wang and B. Xu, "The Tao of PAO: Anatomy of a Pin Access Oracle for Detailed Routing", Proc. ACM/IEEE Design Automation Conf., 2020, pp. 1-6.

License

tritonroute's People

Contributors

maliberty avatar jjcherry56 avatar vvbandeira avatar tspyrou avatar abdelrahmanhosny avatar bangqixu avatar rovinski avatar

Watchers

James Cloos 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.