[qrouter] 02/02: More man page content

Ruben Undheim rubund-guest at moszumanska.debian.org
Sun Oct 18 18:45:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

rubund-guest pushed a commit to branch master
in repository qrouter.

commit 4b0aa7df53ae8da80d7105701411a23a6d48f58a
Author: Ruben Undheim <ruben.undheim at gmail.com>
Date:   Sun Oct 18 20:45:18 2015 +0200

    More man page content
---
 debian/man/qrouter.txt | 24 +++++++++++++++++++++++-
 1 file changed, 23 insertions(+), 1 deletion(-)

diff --git a/debian/man/qrouter.txt b/debian/man/qrouter.txt
index e4151b2..5dccd7c 100644
--- a/debian/man/qrouter.txt
+++ b/debian/man/qrouter.txt
@@ -2,7 +2,7 @@ NAME
   qrouter - Multi-level, over-the-cell maze router
 
 SYNOPSIS
-  qrouter [options] design_name
+  qrouter [-noc] [-s scriptname] [options] [design_name]
 
 DESCRIPTION
   This manual page documents briefly the qrouter command.
@@ -11,7 +11,29 @@ DESCRIPTION
   
   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.
 
+USAGE
+
+  Qrouter can run be run in several ways:
+
+  1. Interactive mode. If qrouter is started without any options, a tkcon window will be opened with an interpreter where commands may be entered.
+
+  2. Normal batch mode. This mode is activated if a tcl script is given with the "-s" option. It can be run with or without a graphical window. If "-noc" is given, no graphical window will appear.
+
+    Run without graphical window:
+     qrouter -noc -s routescript.tcl
+
+    Run with a graphical window showing the layout while it is routing:
+     qrouter -s routescript.tcl
+
+  3. Compatibility mode with qrouter 1.1. This mode is activated if either of the options "-c", "-v", "-i", "-p" or "-g" are given. This is a batch mode.
+
 OPTIONS
+
+ -noc             No console mode
+
+ -s <scriptname>  Run scriptname
+
+COMPATIBILITY MODE
  -c <file>   Configuration file name (if not route.cfg)
 
  -v <level>  Verbose output level

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qrouter.git



More information about the debian-science-commits mailing list