Skip to content

NYCU 2023 Spring "The Applications of Algorithms on Routing Problems" Lab Submission

Notifications You must be signed in to change notification settings

lashhw/routing-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

routing-lab

NYCU 2023 Spring "The Applications of Algorithms on Routing Problems" Lab Submission

Lab1: greedy channel router

Topic

Implement a greedy channel router proposed in this paper.

Spec

Lab1.pdf

Result

Lab2: global router

Topic

Implement the global router that can complete ISPD 2008 Global Routing Contest, and try to minimize the total overflow (TOF), max overflow (MOF), wirelength (WL) and runtime.

Spec

Lab2.pdf

Result

Congestion map (top: horizontal, bottom: vertical):

adaptec1 adaptec2 adaptec3 adaptec4 adaptec5

All testcases satisfies the requirements in spec!

Lab3: SAT-based router

Topic

Implement a grid-based 2-pin net router based on the routing part mentioned in this paper. It is required to use MaxSAT/ILP solver such as Open-WBO MaxSAT Solver or glpsol.

Spec

Lab3.pdf

Result

case1.txt case2.txt case3.txt case4.txt case5.txt

About

NYCU 2023 Spring "The Applications of Algorithms on Routing Problems" Lab Submission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published