The clock event statement occurs after the modelization of any asynchronous control logic (asynchronous set/reset).
In the if branch of the clock event, the modelization of the synchronous logic (data, optional synchronous set/reset, optional clock enable) is done.
| Modelization Type | Contains | Performed |
|---|---|---|
| Asynchronous control logic | Asynchronous set/reset | Before the clock event statement |
| Synchronous logic |
Data Optional synchronous set/reset Optional clock enable |
In the clock event if branch. |