The ZDB to Symbol Converter
This document describes the function of the software unit that reads a ZDB binfile and stores the symbol shapes found in the binfile as a Symlib library file.
Overview
Introduction
In addition of using the GateVision PRO GUI to read a ZDB binfile the stand alone binary zdb2sym
can be used.
The zdb2sym
binary reads the given ZDB binfile and creates a Symbol library containing the symbol shapes found in the input file:
zdb2sym -o file.sym <OPTIONS> <BINFILE.ZDB>
This document describes the usage of this flow.
Options
Option | Parameters | Description |
---|---|---|
|
Read cmdline arguments from file. |
|
|
Stop on errors during parsing. |
|
|
Enable a specific debug flag. |
|
Don’t cut long filenames in messages. |
||
Print a help text with a short description of each option. |
||
|
Level of verbosity for issued messages. |
|
Append to logfile. |
||
|
Generate log file. |
|
Print no greeting message. |
||
|
Name of symlib output file. |
|
Print progress information. |
||
|
Suffix for renaming duplicate cells. |
|
|
Resolve duplicate cells. If "off" all duplicate cells are renamed. |
|
|
Suppress messages which match pattern. |
|
Print CPU time consumption (requires enabled progress updates). |
||
|
Wait 'sec' seconds for a license. If the value is -1 then the started tool will not wait for the next free license. Use a value of 0 to wait forever. |