rmdb - remove parts of an ICD database |
rmdb [-aifv] [-c <cellname>] [layout] [circuit] [floorplan] |
-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. |
Rmdb can clean a complete ICD database or remove
parts from it. It can remove all cells from one or more
views together. |
The current working directory must be the project directory. |
$ rmdb -aiv $ rmdb circuit floorplan $ rmdb -c FlipFlop layout $ rmdb -af -c FlipFlop |
S. de Graaf |
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) |
Generally self-explanatory. All messages are echoed on the stderr output. |