fn get_min_spacing_of_routing_layer(
routing_layer: &RoutingLayer,
parallel_runlength: f64,
width: f64
) -> Option<f64>Expand description
Get the minimal spacing on the given layer.
Return None if there’s no spacing rule defined.
TODO: Currently only SPACINGTABLEs are considered. Also support SPACING statements.