Crates.io | libreda-sta |
lib.rs | libreda-sta |
version | 0.0.3 |
source | src |
created_at | 2024-06-04 18:20:02.908061 |
updated_at | 2024-06-23 19:31:51.709485 |
description | Static timing analysis for netlists of the LibrEDA framework. |
homepage | https://libreda.org |
repository | https://codeberg.org/libreda/libreda-sta |
max_upload_size | |
id | 1261896 |
size | 717,361 |
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 can be shown with:
carco doc --open
Or alternatively found here.