Crates.io | libreda-lefdef |
lib.rs | libreda-lefdef |
version | 0.0.5 |
source | src |
created_at | 2022-03-14 21:32:05.933503 |
updated_at | 2024-06-05 09:31:51.719754 |
description | LEF/DEF input/output for libreda-db. |
homepage | https://libreda.org |
repository | https://codeberg.org/libreda/libreda-lefdef |
max_upload_size | |
id | 550207 |
size | 498,276 |
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 is generated from source with:
git clone [this repo]
cd [this repo]
cargo doc --open
Or alternatively find the documentation hosted here.