fn get_primary_inputs<'a, N: NetlistBase>(
    top_ref: &CellRef<'a, N>
) -> Vec<PinRef<'a, N>>
Expand description

Get input pins of a cell.