An open API service indexing awesome lists of open source software.

https://github.com/christianlin0420/global_routing

VLSI project 5, December 2019
https://github.com/christianlin0420/global_routing

Last synced: 10 months ago
JSON representation

VLSI project 5, December 2019

Awesome Lists containing this project

README

          

# Global_Routing
VLSI project 5 2020

## About
* Global Routing implementation
* Using maze algorithm

## Program Flow
![image](https://github.com/ChristianLin0420/Global_Routing/blob/master/82146176_462523651107807_7051787798348562432_n.png)

## Description
This project is to let us implement Global Routing algorithm, however, this project simplify the problem, you don't need to care about the obstacles. All you need to consider is to minimize the cost for every column as possible as you can.

## Reference
1. [Global Routing Introduction](https://github.com/ChristianLin0420/Global_Routing/blob/master/EDA_routing.pdf)