Product Documentation
Virtuoso ADE Verifier SKILL Reference
Product Version IC23.1, November 2023

Custom Fields Functions

Verifier lets you include additional information for your design verification project, and for each requirement in the project. For example, you can include the name and e-mail address of the verification project manager. For each requirement in the project, you can include the name and e-mail address of the engineer as well.

To use this feature, first define the custom field tags, names, and tooltips in a .csv file for the project and for the requirements. See the following examples:

The infoProject.csv file contains the custom field details for the project:

Manager,Manager Name,The name of the project manager.
Email,E-mail Address,The e-mail address of the project manager.

The infoReq.csv file contains the custom field details for the requirements in the project:

Engineer,Engineer Name,The name of the lead engineer.
Email,E-mail Address,The e-mail address of the engineer.

Set the Verifier environment variable customFieldConfig and customReqFieldConfig to indicate the .csv files so that Verifier can start using the custom fields. For example, you can set these variables in the .cdsinit file, as illustrated below.

envSetVal("verifier.customFieldConfig" "csvfile" 'string  "./infoProject.csv")
envSetVal("verifier.customReqFieldConfig" "csvfile" 'string  "./infoReq.csv")

Related Topics

verifGetReqCustomFieldNames

verifGetCustomFieldValue

verifGetReqCustomFieldNames

verifGetReqCustomFieldValue

verifSetCustomFieldValue

verifSetReqCustomFieldValue

Requirement Functions


Return to top
 ⠀
X