Main Content

Generate access function to test point

Type of test point access functions to generate in the SystemVerilog DPI component

Model Configuration Pane: SystemVerilog DPI / Test Point Access Functions

Description

Select the type of test point access functions to generate in the SystemVerilog DPI component.

Settings

None (default) | One function per Test Point | One function for all Test Points

Default: None

None

The tool does not generate test point access functions.

One function per Test Point

The component includes a separate access function for each signal.

DPI_Name_TestPoint(input chandle objhandle,inout real Name);
One function for all Test Points

The component includes a single access function that returns values for all test points.

DPI_TestPointAccessFcn(input chandle objhandle,input real Name1,inout real Name2);

Programmatic Use

Parameter: DPITestPointAccessFcnInterface
Type:
Values: None|One function per Test Point|One function for all Test Points
Default: None

Version History

Introduced in R2013b