View: Hide Browser | Browser on the left | Browser on the right| Dictionary
Report:General Info 

Property Access

The logical or of one or more flags of type AccessT, specifying the form or forms of access permitted to the declared object.
The vhpiRead flag is set if the object may be read; by a VHPI program otherwise, the flag is cleared.
The vhpiWrite flag is set if the object may be updated by a VHPI program; otherwise the flag is cleared.
The vhpiConnectivity flag is set if the object is 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; 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  objDecl