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 :
[용어정리] IDLE상태란? (0) | 2020.08.25 |
---|---|
[용어정리] Byte Order(바이트오더), Big Endian(빅엔디안), Little Endian(리틀엔디안) (0) | 2020.08.19 |
[용어정리] Active High와 Active Low 정의 (+ Floating, Pull-up, Pull-down 저항) (0) | 2020.08.13 |
[용어정리]toggle(토글) (0) | 2020.08.11 |
[용어정리] Setup time/ Hold time (0) | 2020.08.10 |