summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2015-09-30 15:52:12 +0400
committerRuben Undheim <ruben.undheim@gmail.com>2015-09-30 20:34:28 +0400
commit7e0209161c1ad4938203f3f8834263fad87b0621 (patch)
treeafc3a14578753c87f370d18830217a9bcb2e87e7 /debian
parentfc8ef1ba4e4d4870da3c8035860d588e65d0fdee (diff)
More in man page
Diffstat (limited to 'debian')
-rw-r--r--debian/qrouter.18
1 files changed, 7 insertions, 1 deletions
diff --git a/debian/qrouter.1 b/debian/qrouter.1
index 46684d6..1f9e52e 100644
--- a/debian/qrouter.1
+++ b/debian/qrouter.1
@@ -1,6 +1,6 @@
.\" Hey, EMACS: -*- nroff -*-
.\" (C) Copyright 2014 Ruben Undheim <ruben.undheim@gmail.com>,
-.TH QROUTER 1 "April 28, 2014"
+.TH QROUTER 1 "September 30, 2015"
.SH NAME
qrouter \- Multi-level, over-the-cell maze router
.SH SYNOPSIS
@@ -45,6 +45,12 @@ Specify global power bus name
.B \-g <name>
Specify global ground bus name
+.SH INPUT
+The input files for qrouter is an unrouted or partly routed .def file containing the layout and a .cfg file containing the tcl script used to do the routing. The .cfg file also needs to specify a .lef file describing the technology.
+
+.SH OUTPUT
+qrouter will output the fully routed .def file (if successful routing). This may then later be converted to a GDSII file using tools such as magic.
+
.SH AUTHOR
qrouter was written by Tim Edwards <tim@opencircuitdesign.com>.
.PP