728x90
반응형
- == 관계 연산자
- 다른 두 개의 변수를 비교하기 위해 사용
- 비교의 결과는 Boolean
- logical 1 or 0
- C 언어, Java와 유사
Full list of relational operators
연산자 | 표현 |
---|---|
> | greater than |
>= | greater than or equal to |
< | less than |
<= | less than or equal to |
== | is equal to |
!= | is not equal to |
728x90
반응형
'Verilog HDL > 1. Verilog HDL Basic (문법)' 카테고리의 다른 글
[Verilog Operator] 5. 시프트 연산자 (3) | 2024.01.04 |
---|---|
[Verilog Operator] 4. 논리 연산자 (1) | 2024.01.04 |
[Verilog Operator] 2. 산술 연산자 (0) | 2024.01.04 |
[Verilog Operator] 1. 비트 연산자 (0) | 2024.01.04 |
[Verilog Tutorial] Level-2 Verilog Data Types and Arrays 모음 (0) | 2024.01.02 |