Q
quiz
Guest
the function is:
async latch
| D | En | Q(out) |
---------------------------
| 1 | 0 | 0 |
| 1 | 1 | 1 |
| 0 | d.care | Q(delta-1) |
Q = En*D + En_ * Q(t-1)
(without clock)
where is the glitch problem ?
How would you implement it without any glitch problem ?
thanks
async latch
| D | En | Q(out) |
---------------------------
| 1 | 0 | 0 |
| 1 | 1 | 1 |
| 0 | d.care | Q(delta-1) |
Q = En*D + En_ * Q(t-1)
(without clock)
where is the glitch problem ?
How would you implement it without any glitch problem ?
thanks