Trait libreda_pnr::route::detail_router::DrawDetailRoutes
source · pub trait DrawDetailRoutes<LN: L2NBase> {
type Error;
// Required method
fn draw_detail_routes(
&self,
chip: &mut LN,
top: &LN::CellId
) -> Result<(), Self::Error>;
}Expand description
Trait for routing results which can be drawn to a layout.