vtr-verilog-to-routing icon indicating copy to clipboard operation
vtr-verilog-to-routing copied to clipboard

[Route] Added astar_offset Parameter

Open AlexandreSinger opened this issue 8 months ago • 3 comments

Using an astar_offset can help better tune the ordering heuristic for the search used to find the shortest path in the routing graph. It is also necessary to ensure that the heuristic is an underestimate (without setting the astar_fac to 0.0).

AlexandreSinger avatar Jun 08 '24 22:06 AlexandreSinger