Content deleted Content added
Vasantharam (talk | contribs) Tags: Mobile edit Mobile web edit |
Verif-expert (talk | contribs) m grammatical corrections |
||
Line 197:
=== Sampling operator===
Sometimes it is desirable to change the definition of the ''next time-point'', for instance in multiply-clocked designs, or when a higher
[[File:Need for multiple clocks.jpg|thumb|path and formula showing need for a sampling operator]]
Line 217:
{| class="wikitable"
| <code> p async_abort b </code>
| either p holds or p does not fail up until b holds
* b recognized asynchronously
|-
| <code> p sync_abort b </code>
| either p holds or p does not fail up until
* b recognized synchronously
|-
|