The Symbol to ZDB Converter
This document describes the function of the software unit that reads a Symlib file and stores the symbol shapes found in the symbol library in a ZDB binfile.
Overview
Introduction
In addition of using the GateVision PRO GUI to read Symbol library files the stand alone binary sym2zdb
can be used.
The sym2zdb
binary reads the given Symbol library file and creates a ZDB binfile containing the symbol shapes found in the input file:
sym2zdb -o binfile.zdb <OPTIONS> <FILE.SYM>
This document describes the usage of this flow.
Options
Option | Parameters | Description |
---|---|---|
|
Read cmdline arguments from file. |
|
|
Open this binfile as a precompiled library. |
|
|
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 the zdb output binfile. |
|
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). |
||
Validate DB before creating the zdb output file. |
||
|
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. |