File: control

package info (click to toggle)
opensta 0~20191111gitc018cb2%2Bdfsg-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,128 kB
  • sloc: cpp: 99,118; tcl: 8,530; yacc: 1,435; lex: 894; makefile: 541; sh: 107
file content (43 lines) | stat: -rw-r--r-- 1,700 bytes parent folder | download | duplicates (2)
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.