Task enable

LRM §10.2.2.

A task enable calls a task.

Syntax:

task_name (expression, ...);

Description:

A task enable calls a task. When a task is called, values are passed into the task using the input and inout ports. When the task completes, values are passed out from the task using the output and inout ports.

Example:

ReadRam(Address, Q);

Notes:

See also:

Expression, Function call, Task