Global Router
0.4.0
Contents
Overall Architecture Breakdown
The Algorithm Breakdown
User Guide to the Web Application
Command Line Interface
Models
Global Router
Index
Edit on GitHub
Index
C
|
D
|
G
|
I
|
M
|
N
|
P
|
R
|
S
|
U
C
connect_net_best_first_search_heapq() (models.global_router.GlobalRouter method)
connect_net_breadth_first_search() (models.global_router.GlobalRouter method)
coordinate_is_in_bound() (models.grid.Grid method)
D
dump_result() (models.global_router.GlobalRouter method)
G
generate_congestion_output() (models.global_router.GlobalRouter method)
get_edge_cost() (models.grid.Grid method)
get_edge_id() (models.grid.Grid method)
get_next_coordinate() (models.global_router.GlobalRouter method)
get_node_id() (models.grid.Grid method)
GlobalRouter (class in models.global_router)
Grid (class in models.grid)
I
is_overflow() (models.grid.Grid method)
M
models.global_router
module
models.grid
module
models.net
module
models.node
module
models.path
module
module
models.global_router
models.grid
models.net
models.node
models.path
N
Net (class in models.net)
Node (class in models.node)
P
parse_input() (models.global_router.GlobalRouter method)
Path (class in models.path)
R
rip_up_and_reroute() (models.global_router.GlobalRouter method)
route() (models.global_router.GlobalRouter method)
S
set_hpwl() (models.net.Net method)
U
update_congestion() (models.grid.Grid method)
update_overflow_wirelength() (models.global_router.GlobalRouter method)