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
- C Element
- systemverilog type
- generated_clock
- gray code
- Design Compiler
- synopsys
- 마크다운 적용
- 비동기회로
- Verification
- SECDED
- Synthesis
- hdl compiler
- verilog
- HDL
- gray conversion
- parallel_case
- dc directive
- directive
- Asynchronous
- binary conversion
- DC
- muller-C
- binary code
- C-Gate
- created_clock
- code conversion
- full_case
- SECDEC
- DesignCompiler
- SystemVerilog
Archives
- Today
- Total
목록gray 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