|
All statements
between Begin
.. End
of the Architecture section are by definition concurrent.
|
|
This implies that
the order of statements doesn't matter - they will always be
executed in correct order. |
|
Your only
allowed to assign a signal once - otherwise will you get an
error like: Multiple drivers for output xxx |
|
A
Process
is a Concurrent statements seen from outside - whereas the
inside considered sequential.
|