libreda-db

Crates.iolibreda-db
lib.rslibreda-db
version0.0.12
sourcesrc
created_at2021-02-22 10:45:07.874526
updated_at2024-06-05 09:16:17.849932
descriptionLayout and netlist datastructures for chip design.
homepagehttps://libreda.org
repositoryhttps://codeberg.org/libreda/libreda-db
max_upload_size
id358920
size389,255
tok (fsitok)

documentation

README

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.
Commit count: 0

cargo fmt