덧셈과 곱셈으로 구현한 이진수 나눗셈 방법론 연구
A Study on Binary Division Method Implemented by Addition and Multiplication
지니성이
- 융합공학 기술개발
- 2025
- 제 2권 9호
- pp.49-57
-
초록
본 연구는 디지털 논리회로에서 원핫 셀 형태의 이진수 나눗셈 방법을 간소화하고 이해를 용이하게 하는 새로운 접근법을 제시한다. 기존 나눗셈 방식의 복잡성을 극복하기 위해 시프트 연산과 곱셈을 활용한 대안적 알고리즘을 개발하였으며, 특히 논리회로 입문자들의 학습 난이도를 낮추는 데 중점을 두었다. 연구 결과, 제안된 방법은 기존 방식에 비해 회로도와 베릴로그 코딩의 복잡성을 크게 감소시키며, 시프트 개념만으로도 쉽게 이해할 수 있는 장점을 보였다.
This study presents a new approach to simplify and facilitate understanding of hot-cell binary division methods in digital logic circuits. To overcome the complexity of existing division methods, an alternative algorithm utilizing shift operations and multiplication was developed, with a focus on reducing the learning difficulty for logic circuit beginners. The research results showed that the proposed method significantly reduces the complexity of circuit diagrams and Verilog coding compared to conventional methods, with the advantage of being easily understood using only shift concept. -
목차
1. 설계 목적
2. 설계 관련 이론
1) 시프트(Shift) 방식
2) 두 Binary values 간 곱셈
3) 쉬프트를 이용한 Binary values 간 나눗셈
3. 설계 과정
4. 결과
5. 결론 -
키워드
- # 이진수 나눗셈
- # 디지털 논리회로
- # 시프트 연산
- # 베릴로그
- # 회로 설계
-
참고자료
-
해당 학술지 정보는 원문을 재가공하여 기재되었으며, 원문의 내용과 상이할 수 있습니다.