libreda-lefdef

Crates.iolibreda-lefdef
lib.rslibreda-lefdef
version0.0.5
sourcesrc
created_at2022-03-14 21:32:05.933503
updated_at2024-06-05 09:31:51.719754
descriptionLEF/DEF input/output for libreda-db.
homepagehttps://libreda.org
repositoryhttps://codeberg.org/libreda/libreda-lefdef
max_upload_size
id550207
size498,276
tok (fsitok)

documentation

README

LEF/DEF parser and writer

LEF (Library Exchange Format) and DEF (Design Exchange Format) are industry standard file formats for describing standard cell libraries, technology data (LEF) and whole designs including layout and netlists (DEF).

This crate provides input and output functions for this formats including datastructures for their representation.

Documentation

Documentation is generated from source with:

git clone [this repo]
cd [this repo]
cargo doc --open

Or alternatively find the documentation hosted here.

TODOs

  • support for serde

References

Licence

  • The program code is licensed under the AGPLv3
  • Some test data from FreePDK45 and Sky130 is licensed under Apache 2.0
Commit count: 0

cargo fmt