Giter Club home page Giter Club logo

cu-gr-2's Introduction

CUGR 2.0

CUGR 2.0, the successor of CUGR, is a VLSI global routing tool developed by the research team supervised by Prof. Evangeline F. Y. Young at The Chinese University of Hong Kong (CUHK). CUGR 2.0 is a detailed routability-driven global router and its solution quality is solely determined by the final detailed routing results.

Please read our paper for more technical details:

  • Jinwei Liu, Evangeline F. Y. Young, EDGE: Efficient DAG-Based Global Routing Engine, ACM/IEEE Design Automation Conference (DAC), San Francisco, CA, USA, July 9-13, 2023.

(CUGR 2.0 supports ICCAD'19 benchmarks (v2, hidden). This version of code is consistent with the DAC paper.)

1. How to Build

Step 1: Download the source code. For example,

$ git clone https://github.com/cuhk-eda/cu-gr-2

Step 2: Go to the project root and build by

$ cd cu-gr-2
$ scripts/build.py -o release

Note that this will generate two folders under the root, build and run (build contains intermediate files for build/compilation, while run contains binaries and auxiliary files). More details are in scripts/build.py.

1.1. Dependencies

  • GCC (version >= 5.5.0) or other working c++ compliers
  • CMake (version >= 2.8)
  • Boost (version >= 1.58)
  • Python (version 3, optional, for utility scripts)
  • Innovus® (version 18.1, optional, for design rule checking and evaluation)
  • Rsyn (a trimmed version is used, already added under folder rsyn)
  • Dr. CU (v4.1.1, optional, official detailed router for ICCAD'19 Contest, binary is already included under the root)

2. License

READ THIS LICENSE AGREEMENT CAREFULLY BEFORE USING THIS PRODUCT. BY USING THIS PRODUCT YOU INDICATE YOUR ACCEPTANCE OF THE TERMS OF THE FOLLOWING AGREEMENT. THESE TERMS APPLY TO YOU AND ANY SUBSEQUENT LICENSEE OF THIS PRODUCT.

License Agreement for CUGR 2.0

Copyright (c) 2023 by The Chinese University of Hong Kong

All rights reserved

CU-SD LICENSE (adapted from the original BSD license) Redistribution of the any code, with or without modification, are permitted provided that the conditions below are met.

Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

Neither the name nor trademark of the copyright holder or the author may be used to endorse or promote products derived from this software without specific prior written permission.

Users are entirely responsible, to the exclusion of the author, for compliance with (a) regulations set by owners or administrators of employed equipment, (b) licensing terms of any other software, and (c) local, national, and international regulations regarding use, including those regarding import, export, and use of encryption software.

cu-gr-2's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

cu-gr-2's Issues

build failed

the output:

/usr/bin/ld: CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp.o: in function `main':
CMakeCXXCompilerId.cpp:(.text.startup+0x0): multiple definition of `main'; CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c.o:CMakeCCompilerId.c:(.text.startup+0x0): first defined here
/usr/bin/ld: CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp.o:(.data.rel.local+0x20): multiple definition of `info_compiler'; CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c.o:(.data.rel.local+0x20): first defined here
/usr/bin/ld: CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp.o:(.data.rel.local+0x18): multiple definition of `info_platform'; CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c.o:(.data.rel.local+0x18): first defined here
/usr/bin/ld: CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp.o:(.data.rel.local+0x8): multiple definition of `info_language_standard_default'; CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c.o:(.data.rel.local+0x8): first defined here
/usr/bin/ld: CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp.o:(.data.rel.local+0x0): multiple definition of `info_language_extensions_default'; CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c.o:(.data.rel.local+0x0): first defined here
/usr/bin/ld: CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdCXX/CMakeCXXCompilerId.cpp.o:(.data.rel.local+0x10): multiple definition of `info_arch'; CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c.o:(.data.rel.local+0x10): first defined here
/usr/bin/ld: CMakeFiles/route.dir/main.cpp.o: in function `main':
main.cpp:(.text.startup+0x0): multiple definition of `main'; CMakeFiles/route.dir/cmake-build-debug/CMakeFiles/3.22.1/CompilerIdC/CMakeCCompilerId.c.o:CMakeCCompilerId.c:(.text.startup+0x0): first defined here
collect2: error: ld returned 1 exit status
gmake[3]: *** [CMakeFiles/route.dir/build.make:756: route] Error 1
gmake[2]: *** [CMakeFiles/Makefile2:83: CMakeFiles/route.dir/all] Error 2
gmake[1]: *** [CMakeFiles/Makefile2:90: CMakeFiles/route.dir/rule] Error 2
gmake: *** [Makefile:124: route] Error 2
cmake --build build --target route -- -j 6

my python cmd:

python3 scripts/build.py -o release -t route

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.