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

Convert a LEF and a DEF structure into a Chip data structure. Currently this reads only the placement of the cells. No wires are created.