Property Access
The logical or of one or more flags of type AccessT, specifying the form or forms of access permitted to the object or value denoted by the name.
The vhpiRead flag is set if the object or value denoted by the name may be read by a VHPI program; otherwise, the flag is cleared.
The vhpiWrite flag is set if the object denoted by the name may be updated by a VHPI program; otherwise, the flag is cleared.
The vhpiConnectivity flag is set if the name denotes a signal whose whose contributors and loads may be accessed by a VHPI program; otherwise, the flag is cleared.
The vhpiNoAccess flag is set if a VHPI program is not permitted access to read, update or access contributors and loads of the object or value denoted by the name; otherwise, the flag is cleared, indicating that access is provided as specified by the vhpiRead, vhpiWrite and vhpiConnectivity flags.
General Info |
|
Name | Access |
Type | IntT |
Visibility | public |
Owner | name |