tsg
tsg( library inputFile [ templateFile ] ) => t
Description
The tsg function is used to generate a schematicSymbol type cellview from a tsg (text-to-symbol generator) file. The tsg file, inputFile, is a simple text file that provides a textual description of the symbol.
The
tsg file has a pre-specified format which is covered in the Text-to-Symbol Generator appendix in the Virtuoso Schematic Editor User Guide.Arguments
Value Returned
Examples
This will create a symbol view in testlib. The cellName and viewName will be as specified in the tsgFile.
tsg("testlib" "/hm/gblack/tsgFile")
Related Topics
Return to top