vrfComplianceAudit
vrfComplianceAudit(g_cellViewId[?dieAuditTemplateFilet_dieAuditTemplateFile] [?libCheckg_libCheck] [?termsCheckg_termsCheck] [?icSymbolCheckg_icSymbolCheck] [?ioCheckg_ioCheck] [?otherChecksg_otherChecks] ) => t / nil
Description
Performs various preliminary checks on an IC layout with the use of a template file.
Arguments
Value Returned
Examples
vrfComplianceAudit(geGetEditCellView() ?dieAuditTemplateFile "file1" ?libCheck nil)
Runs die audit for a given cellview using the template file "file1" for its settings. The settings in the template file define how to find IOs in the IC layout. In this example 'libCheck' is set to 'nil', library check will not be done.
vrfComplianceAudit(geGetEditCellView())
Runs die audit for a given cellview using the environment variable settings for export die to find IOs in the IC layout. All the checks will be performed.
Related Topics
Virtuoso RF Compliance Audit Form
Return to top