summaryrefslogtreecommitdiff
path: root/debian/control
blob: 074a89b5fa7ed8ac622d39d98e3cce4047ab6a82 (plain)
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
Source: qrouter
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ruben Undheim <ruben.undheim@gmail.com>
Section: electronics
Priority: optional
Build-Depends: debhelper-compat (= 12),
               tcl-dev,
               tk-dev,
               txt2man
Standards-Version: 4.4.1
Vcs-Browser: https://salsa.debian.org/science-team/qrouter
Vcs-Git: https://salsa.debian.org/science-team/qrouter.git
Homepage: http://opencircuitdesign.com/qrouter/

Package: qrouter
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         tkcon
Description: Multi-level, over-the-cell maze router
 Qrouter is a tool to generate metal layers and vias to physically connect
 together a netlist in a VLSI fabrication technology. It is a maze router,
 otherwise known as an "over-the-cell" router or "sea-of-gates" router. That
 is, unlike a channel router, it begins with a description of placed standard
 cells, usually packed together at minimum spacing, and places metal routes
 over the standard cells.
 .
 Qrouter uses the open standard LEF and DEF formats as file input and output.
 It takes the cell definitions from a LEF file, and analyzes the geometry for
 each cell to determine contact points and route obstructions. It then reads
 the cell placement, pin placement, and netlist from a DEF file, performs the
 detailed route, and writes an annotated DEF file as output.