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

Property OpenMode

In the library information model, if the file open kind expression is included in the file declaration and is a locally static expression, the value of type OpenModeT corresponding to the value of the expression; or if the file open mode expression is included but is not a locally static expression, vhpiUndefined; or vhpiReadOpen otherwise.
In the design hierarchy information model, if the file is open, the value of type OpenModeT corresponding to the actual parameter supplied for the Open_Kind parameter of the call to the FILE_OPEN operation, whether explicitly or implicily called, that opened the file; or vhpiUndefined otherwise.
NOTE — The declartion of the type vhpiOpenModeT in the VHPI header file includes values that allow representation of the file open mode of files declared in VHDL models that conform to IEEE Std. 1076-1987. An implementation that supports representation of such models may use the value vhpiInOpen for files that are opened for reading, and the value vhpiOutOpen for files that are opened for writing.

General Info
Name OpenMode 
Type  OpenModeT 
Visibility public 
Owner  fileDecl