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
- binary code
- C-Gate
- binary conversion
- Verification
- SECDED
- DC
- gray conversion
- generated_clock
- SystemVerilog
- Synthesis
- parallel_case
- C Element
- 마크다운 적용
- hdl compiler
- dc directive
- created_clock
- muller-C
- DesignCompiler
- gray code
- HDL
- directive
- Asynchronous
- synopsys
- Design Compiler
- systemverilog type
- SECDEC
- verilog
- code conversion
- full_case
- 비동기회로
Archives
- Today
- Total
KimB - Designer
Hamming code / ECC 본문
Hamming code란
- 2개 bit까지 bit error detect 가능.
- 1 bit error 발생 시, correction 가능.
- m > 2에 대해, (2^m - m - 1)의 data bit와 m개의 parity bit가 존재.
- SECDEC(Single Error Correction Double Error Code)가 일반적.
Hamming Codes
- Single Parity code 담점 보완한 code.
- 2^K-1 >= M+K : M = data bits, K = Parity bits
- SEC은 K개의 Parity bits가 필요. SEC-DEC의 경우, K+1개의 parity bits가 필요하다.
SEC-ECC
Hamming Code, ECC (Error Correction Code) - part 1
Hamming Code 다음 내용은 wikipedia의 원문을 읽어보고 정리한 내용이다. * 원문 http://en.wikipedia.o...
blog.naver.com
SECDED
- SEC는 1개 Error correction만 가능. 다중 Error 검출 불가.
- 다른 parity 1개 추가하여 Sigle / Double Error를 검출할 수 있다.
'Design Tip' 카테고리의 다른 글
Binary to Gray code / Gray to Binary code Conversion (0) | 2020.12.14 |
---|---|
Muller-C (C-Element) (0) | 2020.09.29 |
Comments