tcDumpTechFile
tcDumpTechFile(d_techIDt_dumpFile[l_sectionListt_mode g_dumpEmptySectionHdrs] ) => t / nil
Description
Dumps the technology data in the specified binary technology database to the specified ASCII file.
If the specified dump file exists, this function overwrites it without warning. Cadence recommends that you specify a temporary dump file and not overwrite your existing ASCII technology file.
Arguments
Value Returned
|
The technology database is not open in virtual memory or you do not have write permission for the dump file. |
Example
tcDumpTechFile(tfID "dumpFile")
Dumps the contents of the technology database identified by tfID to a text file called dumpFile.
tcDumpTechFile(tfID "dumpFile" list("controls" "constraintGroups" "viaDefs") "w")
Dumps the contents of the controls, constraintGroups, and viaDefs sections of the technology database identified by tfID to a text file called dumpFile in write mode (if the file dumpFile already exists, this function overwrites it).
Return to top