1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: opensta
Section: electronics
Priority: optional
Maintainer: Debian Electronics Team <pkg-electronics-devel@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Build-Depends: debhelper-compat (= 12),
cmake,
tcl-dev,
swig,
bison,
flex,
libreadline-dev,
zlib1g-dev,
txt2man
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/electronics-team/opensta
Vcs-Git: https://salsa.debian.org/electronics-team/opensta.git
Homepage: https://github.com/The-OpenROAD-Project/OpenSTA
Package: opensta
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Gate-level Static Timing Analyzer
After synthesis, place and route of a digital circuit, it is necessary to
verify the timing of the design. OpenSTA is a tool for doing exactly that. It
has a Tcl interface for entering commands for analysing designs.
.
It typically takes as input a verilog netlist, a liberty file, and other
parasitics information from the placed and routed design.
Package: opensta-dev
Architecture: any
Section: libdevel
Depends: ${misc:Depends}
Description: Gate-level Static Timing Analyzer - development files
After synthesis, place and route of a digital circuit, it is necessary to
verify the timing of the design. OpenSTA is a tool for doing exactly that. It
has a Tcl interface for entering commands for analysing designs.
.
It typically takes as input a verilog netlist, a liberty file, and other
parasitics information from the placed and routed design.
.
This package contains the header files and some libraries for development.
|