Browser policy: we strive to support all recent and popular browsers for proper functioning; using a less recent browser, this site may suffer from visual defects, as well as minor functional defects. | |
| |
home > documentation
| | print |
RMDBNAMESYNOPSISOPTIONSDESCRIPTIONNOTEEXAMPLESAUTHORSFILESDIAGNOSTICSNAME |
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
|
AUTHORSFILES |
(deleted, if layout view)
|
|
proj_dir/view/impcelllist |
DIAGNOSTICS |
Generally self-explanatory. All messages are echoed on
the stderr output.
|
|
|
|