next up previous contents
Next: Sequential Statements Up: Concurrent Statements Previous: map_list Instantiation

Concurrent Assignments and Concurrent Procedure Calls

Concurrent assignments as well as concurrent procedure calls are transformed into corresponding VHDL processes as described in the VHDL reference manual. In case of an concurrent assignment statement an equivalent VHDL process for a concurrent includes a single wait statement. Hence, no dispatch operation in the head of the ``execution'' function is required. Further, the corresponding C++ process function always returns ``true''.




1998-11-17