RMDB

NAME
SYNOPSIS
OPTIONS
DESCRIPTION
NOTE
EXAMPLES
AUTHORS
FILES
DIAGNOSTICS

NAME

rmdb - remove parts of an ICD database

SYNOPSIS

rmdb [-aifv] [-c <cellname>] [layout] [circuit] [floorplan]

OPTIONS

-a

Remove all cells of all views, if not further restricted by the '-c' option or one or more view specifications.

-i

Clean also impcelllist of views. Not allowed in combination with the '-c' option.

-f

Use force mode: no confirmations are asked.

-v

Use verbose mode.

-c

Remove cell with name <cellname> from database. Either the '-a' option (for all views) or one or more view specifications must be given.

DESCRIPTION

Rmdb can clean a complete ICD database or remove parts from it. It can remove all cells from one or more views together.
Rmdb
can also remove individual cells from one or more views.
For the more rigorous removals a confirmation is asked by rmdb before proceeding.

NOTE

The current working directory must be the project directory.

EXAMPLES

$ rmdb -aiv
$ rmdb circuit floorplan
$ rmdb -c FlipFlop layout
$ rmdb -af -c FlipFlop

AUTHORS

S. de Graaf
G.W. Sloof

FILES

proj_dir/exp_dat

(deleted, if layout view)

proj_dir/view/celllist

(cleaned)

proj_dir/view/impcelllist

(cleaned, option -i)

proj_dir/view/cell ...

(deleted)

DIAGNOSTICS

Generally self-explanatory. All messages are echoed on the stderr output.