Table of Contents

Interface declarations

interface_list

interface_element { ; interface_element }

interface_element

interface_declaration

interface_constant_declaration

[ constant ] identifier_list : [ in ] subtype_indication [ := static _expression ]

interface_signal_declaration

[ signal ] identifier_list : [ mode ] subtype_indication [ bus ] [ := static _expression ]

– subtype_indication must not be a file or pointer type.

interface_variable_declaration

[ variable ] identifier_list : [ mode ] subtype_indication [ := static _expression ]

interface_file_declaration

file identifier_list : subtype_indication

– subtype_indication have to indicate a subtype of a file type.

mode