User guide

D-8
Compiler Directives and System Tasks
`endprotected
Defines the end of protected code. Syntax:
‘endprotected
`protect
Defines the start of code to be protected. Syntax:
‘protect
`protected
Defines the start of protected code. Syntax:
‘protected
Compiler Directives for Controlling Port Coercion
`noportcoerce
Does not coerce ports to inout. Syntax:
‘noportcoerce
`portcoerce
Coerces ports as appropriate (default). Syntax:
‘portcoerce
General Compiler Directives
Compiler Directive for Including a Source File
`include
Includes source file. See IEEE Std 1364-1995 pages 224-225.
Syntax:
‘include "filename"