Contents
Up
Previous
Next


Concurrent procedure call


A concurrent procedure call is a statement which causes the execution of a procedure body. The syntax for the statement is:
concurrent-procedure-call :
    [label ":"] procedure-call-statement

The operation of the concurrent procedure call is equivalent to a process containing one statement, the procedure call, and a sensitivity list that includes any signal parameters in the procedure call.