용어정리/WIKIBORA
[용어정리]ASSERT & DEASSERT
보라돌멩이
2020. 8. 14. 09:49
assert 라는 용어는 신호가 inactive에서 actvie로 가는 것
즉, acvice-high나 active-low의 상태인 것
deassert 라는 용어는 신호가 active에서 inactvie로 가는 것
예를 들어, low active한 신호가 low 레벨로 가면 assert라고 하고,
low-> high로 가면 deassert라고 합니다.
The level of an asserted signal depends on whether the signal is active-HIGH or active-LOW.
Assert means :
- HIGH for active-HIGH signals
- LOW for active-LOW signals