uv-xiao / FMR

3D maze router, which allows for limited cell movements

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FMR

Description

We develop a global route routing engine to honor all the given routing constraints. And, this global route routing engine can move the cells from one gGrid to another if all the given routing constraints can still be satisfied while the wire length can be further reduced through the cell movements

Run

make clean & make lib & make all
./bin/a.out casex.txt output.txt
./evaluator/evaluator casex.txt output.txt

Link

Official website

About

3D maze router, which allows for limited cell movements


Languages

Language:C++ 87.4%Language:C 12.6%Language:Makefile 0.0%