#cad #eda #vlsi

libreda-db

Layout and netlist datastructures for chip design

5 releases

0.0.10 Jul 13, 2022
0.0.9 Mar 14, 2022
0.0.8 Dec 10, 2021
0.0.6 Oct 15, 2021
0.0.4 Feb 22, 2021

#176 in Template engine

Download history 22/week @ 2024-02-19 67/week @ 2024-02-26 7/week @ 2024-03-04

96 downloads per month
Used in 5 crates

AGPL-3.0-or-later

305KB
5K SLoC

LibrEDA DB

LibrEDA DB is a collection of interface definitions and data structures for chip layouts and netlists.

Documentation

To view the documentation of this library in a browser clone this repository and run cargo doc --open.

Alternatively a possible outdated version is hosted here or here.

Current state

Most important functionality for handling layouts and netlists is already there. But this is still WORK IN PROGRESS and not stable yet.

Known shortcomings & ideas for future work

  • Provide a way to check if an ID is valid. For example with non-panicking .try_*() -> Option<*> functions.
  • Power domains: There's not a good way yet to represent power domains.
  • Region search: Implement region search as a decorator for LayoutEdit/LayoutBase traits.
  • Modification observer: Implement a decorator which allows to observe modifications on database structures using callback functions.

Dependencies

~1.5–2.3MB
~48K SLoC