Module libreda_lefdef::export
source · Expand description
Export libreda-db structures to LEF and DEF.
Structs
- Control the export into DEF structures.
Enums
- Error type returned from LEF/DEF output functions.
Functions
- Populate a
DEFstructure from a type implementing the [trait@L2NBase] trait. - Populate a
DEFstructure with the component instances. Return a name mapping from instance IDs to their DEF names. The mapping contains possibly generated instance names. - Populate a
DEFstructure with nets and top-level pins. Return a name mapping from net IDs to their DEF names. The mapping contains possibly generated instance names.