Global Router
0.5.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
Symbols
|
C
|
D
|
G
|
I
|
M
|
N
|
O
|
P
|
R
|
S
|
U
Symbols
--algorithm
gr-global-route command line option
--debug
gr-gui command line option
--display_plot_from_cli
gr-plot-congestion command line option
--port
gr-gui command line option
--seed
gr-global-route command line option
-a
gr-global-route command line option
-d
gr-gui command line option
gr-plot-congestion command line option
-p
gr-gui command line option
-s
gr-global-route command line option
C
CONGESTION_DATA_FILE_PATH
gr-plot-congestion command line option
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)
gr-global-route command line option
--algorithm
--seed
-a
-s
INPUT_FILE
OUTPUT_FILE
gr-gui command line option
--debug
--port
-d
-p
gr-plot-congestion command line option
--display_plot_from_cli
-d
CONGESTION_DATA_FILE_PATH
Grid (class in models.grid)
I
INPUT_FILE
gr-global-route command line option
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)
O
OUTPUT_FILE
gr-global-route command line option
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)