Trait libreda_pnr::route::routing_problem::RoutingGuide
source · pub trait RoutingGuide<C: L2NBase> {
// Required methods
fn contains_point(&self, layer: &C::LayerId, p: Point<C::Coord>) -> bool;
fn to_rectangles(&self) -> Vec<(Rect<C::Coord>, C::LayerId)>;
}Expand description
Routing guide for a single net.