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