Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- code conversion
- Asynchronous
- full_case
- Design Compiler
- binary code
- 비동기회로
- C-Gate
- gray code
- C Element
- directive
- dc directive
- binary conversion
- DC
- Synthesis
- Verification
- parallel_case
- generated_clock
- muller-C
- DesignCompiler
- systemverilog type
- SECDEC
- SystemVerilog
- 마크다운 적용
- synopsys
- verilog
- HDL
- created_clock
- hdl compiler
- SECDED
- gray conversion
Archives
- Today
- Total
목록binary code (1)
KimB - Designer
Binary to Gray code / Gray to Binary code Conversion
Gray Code Gray Code는 연속되는 두 개의 값이 1bit 만 차이가 나는 Binary 숫자 System 이다. 이는 Multi-Bit의 CDC(Clock Domain Crossing) 에서 주로 사용된다. Gray Code에서 이웃한 Gray code 간 hamming Distance는 항상 1이며, 1st Gray Code와 Last Gray Code의 hamming distance도 항상 1이다. Decimal Binary Gray Code 0 000 000 1 001 001 2 010 011 3 011 010 4 100 110 5 101 111 6 110 101 7 111 100 Binary to Gray Code 변환 XOR Operation Exclusive-Or를 이용하면 간단히 ..
Design Tip
2020. 12. 14. 10:34