Modelization of any asynchronous control logic (asynchronous set/reset) is done before the clock event statement.
Modelization of the synchronous logic (data, optional synchronous set/reset, optional clock enable) is done in the if branch of the clock event.
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. |