Trait libreda_db::technology::rules::PreferredRoutingDirection
source · [−]pub trait PreferredRoutingDirection: RuleBase {
fn preferred_routing_direction(
&self,
layer: &Self::LayerId
) -> Option<Orientation2D>;
}
Expand description
Preferred routing direction on metal layers.
Required Methods
fn preferred_routing_direction(
&self,
layer: &Self::LayerId
) -> Option<Orientation2D>
fn preferred_routing_direction(
&self,
layer: &Self::LayerId
) -> Option<Orientation2D>
Get the preferred routing direction on this metal layer.