libreda-sta

Crates.iolibreda-sta
lib.rslibreda-sta
version0.0.3
sourcesrc
created_at2024-06-04 18:20:02.908061
updated_at2024-06-23 19:31:51.709485
descriptionStatic timing analysis for netlists of the LibrEDA framework.
homepagehttps://libreda.org
repositoryhttps://codeberg.org/libreda/libreda-sta
max_upload_size
id1261896
size717,361
tok (fsitok)

documentation

README

LibrEDA STA (Static Timing Analysis)

LibrEDA STA implements static timing analysis algorithms for the LibrEDA framework. All STA algorithms work on the NetlistBase trait and hence are portable to other netlist data structures.

The concept of timing, delays and constraints is abstracted by a set of traits. This architecture should allow to implement simple timing models such as the non-linear delay model (NDLM) and more complicated models (such as statistical models) in a consistent way.

Documentation

Documentation can be shown with:

carco doc --open

Or alternatively found here.

Commit count: 0

cargo fmt