VHDL 계산기설계 관련자료(資料)
페이지 정보
작성일 19-07-10 15:53
본문
Download : VHDL 계산기설계 관련자료.doc
Calculator는 Random한 Key의 입력을 받아 사칙연산을 수행 해야 하므로 사칙연산을 수행하는 Block과 입출력을 저장할 수 있는 레지스터를 만들어야 한다.
VHDL 계산기설계 관련자료 , VHDL 계산기설계 관련자료기타실험결과 , VHDL 계산기설계 관련자료
VHDL을 이용한 CALCULATOR 설계
Contents
#1. Concept
1. Object
2. VHDL
3. FPGA
4. Environment of Foundation Series 4.1i
5. Environment of EDA-Kit
#2. Algorism & Simulation
1. Full circuit diagram
2. Block Diagram of CALCULATOR system
a. Shiftreg22
b. Keypad
c. Shiftreg
d. Muladd
e. Adder
f. Subtract
g. Multiply
h. Divider
I. Result
j. Divider_Dec_9
k. Result _Lcd
l. Key_Lcd & Key_Lcd2
m. Lcd_Blk
#3. Curriculum of Simulations
#4. Implementation
1. CALCULATOR system
...
VHDL을 이용한 CALCULATOR 설계
Contents
#1. Concept
1. Object
2. VHDL
3. FPGA
4. Environment of Foundation Series 4.1i
5. Environment of EDA-Kit
#2. Algorism & Simulation
1. Full circuit diagram
2. Block Diagram of CALCULATOR system
a. Shiftreg22
b. Keypad
c. Shiftreg
d. Muladd
e. Adder
f. Subtract
g. Multiply
h. Divider
I. Result
j. Divider_Dec_9
k. Result _Lcd
l. Key_Lcd & Key_Lcd2
m. Lcd_Blk
#3. Curriculum of Simulations
#4. Implementation
1. CALCULATOR system
#5. Conclusion
1. Result
2. Appendix
#1. Concept
1. Object
첫째. 계산기를 설계하면서 FPGA의 관념을 정리(整理) 한다.
따라서 이번 Calculator를 설계한 후에는 VHDL Cording실력 향상과 함께 Hardware의 동작원리를 쉽게 이해할 수 있을것이다.
2. VHDL
a. VHDL(Very High Speed Integrated Circuit Hardware Description Language) 이란
HDL이전의 하드웨어 설계에서는 주로 레이아웃 편집기(layout editor)나 스키메틱 편집기(schematic editor)를 이용…(省略)
Download : VHDL 계산기설계 관련자료.doc( 64 )
VHDL,계산기설계,관련자료,기타,실험결과
VHDL 계산기설계 관련자료(資料)
VHDL 계산기설계 관련자료(資料)
순서
실험결과/기타
설명
다.
둘째. EDA-Kit의 LCD와 Application Board인 PS/2 Keypad 사용법을 익힌다.