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
- Host: GitHub
- URL: https://github.com/christianlin0420/global_routing
- Owner: ChristianLin0420
- Created: 2020-01-27T09:33:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T14:19:15.000Z (over 6 years ago)
- Last Synced: 2025-05-15T06:11:33.620Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 11.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Global_Routing
VLSI project 5 2020
## About
* Global Routing implementation
* Using maze algorithm
## Program Flow

## 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)