Task enable |
LRM §10.2.2. |
A task enable calls a task.
task_name (expression, ...);
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.
ReadRam(Address, Q);