pub fn import_def_regular_wiring<C, Crd>(
    options: &DEFImportOptions<C>,
    lef: &LEF,
    def: &DEF,
    top_cell: &C::CellId,
    chip: &mut C
) -> Result<(), LefDefImportError>where
    Crd: NumCast + Ord + CoordinateType + PrimInt,
    C: L2NEdit<Coord = Crd>,
Expand description

Import routes/wiring from the nets in the DEF structure.