Function libreda_lefdef::import::import_lef_into_db
source · pub fn import_lef_into_db<C, Crd>(
options: &LEFImportOptions<C>,
lef: &LEF,
chip: &mut C
) -> Result<(), LefDefImportError>where
Crd: NumCast + Ord + CoordinateType,
C: L2NEdit<Coord = Crd>,Expand description
Populate chip with the contents of the LEF data-structure.