$\require{mediawiki-texvc}$

연합인증

연합인증 가입 기관의 연구자들은 소속기관의 인증정보(ID와 암호)를 이용해 다른 대학, 연구기관, 서비스 공급자의 다양한 온라인 자원과 연구 데이터를 이용할 수 있습니다.

이는 여행자가 자국에서 발행 받은 여권으로 세계 각국을 자유롭게 여행할 수 있는 것과 같습니다.

연합인증으로 이용이 가능한 서비스는 NTIS, DataON, Edison, Kafe, Webinar 등이 있습니다.

한번의 인증절차만으로 연합인증 가입 서비스에 추가 로그인 없이 이용이 가능합니다.

다만, 연합인증을 위해서는 최초 1회만 인증 절차가 필요합니다. (회원이 아닐 경우 회원 가입이 필요합니다.)

연합인증 절차는 다음과 같습니다.

최초이용시에는
ScienceON에 로그인 → 연합인증 서비스 접속 → 로그인 (본인 확인 또는 회원가입) → 서비스 이용

그 이후에는
ScienceON 로그인 → 연합인증 서비스 접속 → 서비스 이용

연합인증을 활용하시면 KISTI가 제공하는 다양한 서비스를 편리하게 이용하실 수 있습니다.

다중 디지털 신호의 비교를 위한 병렬 기법의 VLSI 설계
VLSI Design of Parallel Scheme for Comparison of Multiple Digital Signals 원문보기

한국정보통신학회논문지 = Journal of the Korea Institute of Information and Communication Engineering, v.21 no.4, 2017년, pp.781 - 788  

서영호 (Ingenium College of Liberal Arts, Kwangwoon University) ,  이용석 (Korea Electronics Technology Institute) ,  김동욱 (Department of Electronic Materials Engineering, Kwangwoon University)

초록
AI-Helper 아이콘AI-Helper

본 논문에서는 여러 디지털 신호의 크기를 비교하기 위한 알고리즘디지털 회로를 제안한다. 제안하고자 하는 알고리즘은 여러 입력을 동시에 비교한 후에 간단한 디지털 논리 함수를 이용하여 그 입력들 중에서 가장 큰 값(혹은 가장 작은 값)을 검출하는 방법을 제공할 수 있다. 이 방식의 단점은 하드웨어 자원이 증가하는 것인데, 이를 위해 중복된 논리동작을 재사용하는 방법을 제안한다. 제안하고자 하는 방식은 회로 속도의 증가, 즉 지연시간의 감소에 초점을 맞추었다. 제안한 비교 알고리즘은 HDL로 구현한 후에 Altera사의 Cyclone III EP3C40F324A7 FPGA 환경에서 실험하였다. 4입력의 경우에 1.20배의 하드웨어 자원을 사용하면서 1.66배 만큼 동작 속도를 증가시킬 수 있다. 또한 8입력의 경우에는 2.15배의 하드웨어 자원을 사용하면서 2.29배로 동작 속도를 증가시킬 수 있다.

Abstract AI-Helper 아이콘AI-Helper

This paper proposes a new algorithm for comparing amplitude between multiple digital input signals and its digital logic architecture. After simultaneously comparing multiple inputs, the proposed algorithm can provide the information of the largest (or smallest) value among them by using a simple di...

주제어

AI 본문요약
AI-Helper 아이콘 AI-Helper

* AI 자동 식별 결과로 적합하지 않은 문장이 있을 수 있으니, 이용에 유의하시기 바랍니다.

문제 정의

  • 본 논문에서는 다수개의 디지털 신호의 크기를 비교하기 위한 알고리즘과 그에 대한 VLSI 구조를 제안하였다. 제안하고자 하는 알고리즘은 여러 입력을 동시에 비교한 후에 간단한 디지털 논리 함수를 이용하여 그 입력들 중에서 가장 큰 값 혹은 가장 작은 값을 검출하는 방법을 제안하였다.
  • 본 논문에서는 두 가지 비교 방법에 대해 논의하고자 한다. 비교방법1은 제안하는 기본적인 기본 알고리즘으로 가장 큰 값들을 모두 검출 가능하다.
  • 본 논문은 상위수준, 특히 RTL(register transfer level)에서의 설계 방법론을 이용하여 4개 이상의 입력에 대한 비교를 수행할 수 있는 비교 기법 및 그에 대한 VLSI 구조를 제안하고자 한다. 본 논문은 다음과 같이 구성된다.
  • 지금까지의 디지털 비교기에 대한 연구를 2가지 측면에서 고려해 보고자 한다. 첫 번째는 비교기의 구현 수준이다.
본문요약 정보가 도움이 되었나요?

질의응답

핵심어 질문 논문에서 추출한 답변
정렬 연산은 어떤 연산을 하는가? 비교기는 두 개의 숫자의 크기를 비교하는데 사용되는 기본적이고 본질적인 연산 유닛으로 회로에서 매우 중요한 조합회로 요소이다[1,2]. 정렬 연산은 본질적으로는 많은 양의 데이터를 오름차순 혹은 내림차순으로 정렬하기 위해서 수많은 비교 연산을 수행한다[3]. 특히 비교함수는 디지털신호 처리와 영상 및 음성처리와 같은 영역들에서 많이 사용된다[4,5].
비교기란 무엇인가? 비교기는 두 개의 숫자의 크기를 비교하는데 사용되는 기본적이고 본질적인 연산 유닛으로 회로에서 매우 중요한 조합회로 요소이다[1,2]. 정렬 연산은 본질적으로는 많은 양의 데이터를 오름차순 혹은 내림차순으로 정렬하기 위해서 수많은 비교 연산을 수행한다[3].
병렬 덧셈기의 단점은 무엇인가?  다른 방법은 직접적으로 비교 함수를 전개하는 방정식에 기초하여 구현될 수 있다. 이런 방식들은 전통적인 방식이라 할 수 있고, 면적의 효율성과 전력 소모의 측면에서 많은 단점을 가지고 있다. 이를 극복하기 위해 지금까지 여러 연구가 진행되었다 [13-25].
질의응답 정보가 도움이 되었나요?

참고문헌 (26)

  1. R. J. Tocci, N. Widmer, and G. Moss, Digital Systems: Principles and Applications, 11th ed. London, Pearson, 2010. 

  2. I. Koren, Computer Arithmetic Algorithms, 2nd ed, Florida, A K Peters/CRC Press, 2001. 

  3. K. Mehlhorn, Sorting and Searching, 1st ed. Springer- Verlag, Berlin, 1984. 

  4. W. Alexander, C and M Williams, Digital Signal Processing: Principles, Algorithms and System Design, 1st ed, Massachusetts, Academic Press, 2017. 

  5. J.W. Kang, "Disparity Vector Derivation Method for Texture-Video-First-Coding Modes of 3D Video Coding Standards," Journal of The Korean Institute of Communication Sciences, vol. 40. no. 10, pp. 2080-2089, Oct. 2015. 

  6. S.B. Yoon, S.H. B, H.J. Park, and J.H. Yi, "Probabilistic Graph Based Object Category Recognition Using the Context of Object-Action Interaction," Journal of The Korean Institute of Communication Sciences, vol. 40, no. 11, pp. 2284-2290, Nov. 2015. 

  7. H. Lee, K. Cho, H. Kim, S. Choi, J. Lim and J. Kim, "Electrical performance of high bandwidth memory (HBM) interposer channel in terabyte/s bandwidth graphics module," 2015 International 3D Systems Integration Conference (3DIC), Sendai, pp. TS2.2.1-TS2.2.4, 2015. 

  8. M. K. Jaiswal, B. S. C. Varma, H. K. H. So, M. Balakrishnan, K. Paul, and R. C. C. Cheung, "Configurable Architectures for Multi-Mode Floating Point Adders," IEEE Transactions on Circuits and Systems I: Regular Papers, vol. 62, no. 8, pp. 2079-2090, Aug. 2015. 

  9. S. Abed, M. Al-Shayeji, S. Sultan, and N. Mohammad, "Hybrid approach based on partial tag comparison technique and search methods to improve cache performance," IET Computers & Digital Techniques, vol. 10, no. 2, pp. 69-76, Nov. 2016. 

  10. M. Codish, L. Cruz-Filipe, M. Frank, and P. Schneider-Kamp, "Twenty-Five Comparators Is Optimal When Sorting Nine Inputs (and Twenty-Nine for Ten)," 2014 IEEE 26th International Conference on Tools with Artificial Intelligence, Limassol, pp. 186-193, 2014. 

  11. R. Woo, S. Choi, J.H. Sohn, S.J. Song, and H.J. Yoo, "A Low-Power 3-D Rendering Engine With Two Texture Units and 29-Mb Embedded DRAM for 3G Multimedia Terminals," IEEE Journal of Solid-State Circuits, vol. 39, no.7, pp. 1101-1109, Jul. 2004. 

  12. S. S. Ameer Abbas, S. J. Thiruvengadam, and N. A. R. Kumar, "Realization of receiver architectures using VLSI DSP techniques for broadcast channel in LTE," 2014 International Conference on Embedded Systems (ICES), Coimbatore, pp. 12-17, 2014. 

  13. C.C. Wang, C.F. Wu, and K.C. Tsai, "1 GHz 64-Bit high-speed comparator using ANT dynamic logic with two-phase clocking," IEE Proceedings - Computers and Digital Techniques., vol. 145, no. 6, pp. 433-436, Nov. 1998. 

  14. C.C. Wang, P.M. Lee, C.F. Wu, and H.L. Wu, "High Fan-In Dynamic CMOS Comparators With Low Transistor Count," IEEE Transactions on Circuits and Systems I : Fundamental Theory and Applications, vol. 50, issue 9, pp. 12161-220, Sep. 2003. 

  15. C.H. Huang and J.S. Wang, "High-performance and power-efficient CMOS comparators," IEEE Journal of Solid-State Circuits, vol. 38, no. 2, pp. 254-262, Feb. 2003. 

  16. S.W. Cheng, "A High-Speed Magnitude Comparator With Small Transistor Count," IEEE Proceedings of International Conference on Electronics, Circuits and Systems, vol. 3, pp. 1168-1171, Dec. 2003. 

  17. H.M. Lam and C.Y. Tsui, "High-performance single clock cycle CMOS comparator," Electron. Letters., vol. 42, no. 2, pp. 75-77, Jan. 2006. 

  18. H.M. Lam and C.Y. Tsui, "A MUX-based high-performance single cycle CMOS comparator," IEEE Transactions on Circuits and Systems. II, Exp. Briefs, vol. 54, no. 7, pp. 591-595, Jul. 2007. 

  19. J.Y. Kim and H.J. Yoo, "Bitwise Competition Logic for Compact Digital Comparator," IEEE Asian Solid Stated Circuits Conference, Jeju, pp. 59-62, Nov. 2007. 

  20. S. Perri, and P. Corsonello, "Fast low-cost implementation of single-clock cycle binary comparator," IEEE Transactions on Circuits and Systems II, Exp. Briefs, vol. 55, no. 12, pp. 1239-1243, Dec. 2008. 

  21. F. Frustaci, S. Perri, M. Lanuzza, and P. Corsonello, "A new low-power high-speed single-clock-cycle binary comparator," Proceedings of 2010 IEEE International Symposium on Circuits and Systems, Paris, pp. 317-320, May 2010. 

  22. S. Deb and S. Chaudhury, "High-speed comparator architectures for fast binary comparison," 2012 Third International Conference on Emerging Applications of Information Technology (EAIT), Kolkata, pp. 454-457, Nov. 2012. 

  23. P. Chuang, D. Li, and M. Sachdev, "A Low-Power High-Performance Single-Cycle Tree-Based 64-Bit Binary Comparator," IEEE Transactions on Circuits and Systems II: Express Briefs, vol. 59, no. 2, pp. 108-112, Feb. 2012. 

  24. S.C. Hsia, "High-speed multi-input comparator," IEE Proceedings - Circuits, Devices and Systems, vol. 152, no. 3, pp. 210-214, Jun. 2005. 

  25. M. Kim, J. Y. Kim, and H. J. Yoo, "A 1.55ns 0.015 mm2 64-bit quad number comparator," 2009 International Symposium on VLSI Design, Automation and Test, Hsinchu, pp. 283-286, Apr. 2009. 

  26. ARM information center. AMBA [Internet]. Available: http://infocenter.arm.com/help/index.jsp?topic/com.arm.doc.set.amba/index.html. 

저자의 다른 논문 :

LOADING...

관련 콘텐츠

오픈액세스(OA) 유형

GOLD

오픈액세스 학술지에 출판된 논문

이 논문과 함께 이용한 콘텐츠

저작권 관리 안내
섹션별 컨텐츠 바로가기

AI-Helper ※ AI-Helper는 오픈소스 모델을 사용합니다.

AI-Helper 아이콘
AI-Helper
안녕하세요, AI-Helper입니다. 좌측 "선택된 텍스트"에서 텍스트를 선택하여 요약, 번역, 용어설명을 실행하세요.
※ AI-Helper는 부적절한 답변을 할 수 있습니다.

선택된 텍스트

맨위로