jjalbang.co.kr [工學(공학) ] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현 > jjalbang6 | jjalbang.co.kr report

[工學(공학) ] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현 > jjalbang6

본문 바로가기

jjalbang6


[[ 이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다. ]


[工學(공학) ] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현

페이지 정보

작성일 20-09-11 13:48

본문




Download : [공학] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현.hwp






[工學(공학) ] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현

Download : [공학] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현.hwp( 73 )



[공학],System,On,Chip,설계,및,응용,-,시계,+,스탑워치,+,시간설정,+,알람설정,구현,공학기술,레포트


순서




레포트/공학기술

최종 프로젝트
Digital Clock 설계
`목 차`
1. 시계 블록도(1page)

2. VHDL 소스 설명(說明)(2~42page)
① easy_clock.vhd
② clock.vhd
③ stopwatch.vhd
④ setclock.vhd
⑤ setalarm.vhd
⑥ alarm_dot.vhd
⑥ seven_seg.vhd

3. 동작방법(43page)

4. 동작결과

5. 고 찰

시계 + 스탑워치 + 시간설정 + 알람설정 구현!!
1. 시계 블록도

Clock

Stopwatch

Seven_SEG

SetClock

SetAlarm

CLK_IN

RESET

SWITCH

put

Alarm_DOT

DOT
matrix

bintoseg

LED

7 Segment
index

2. VHDL 소스 설명(說明)
① easy_c...


최종 프로젝트
Digital Clock 설계
`목 차`
1. 시계 블록도(1page)

2. VHDL 소스 설명(說明)(2~42page)
① easy_clock.vhd
② clock.vhd
③ stopwatch.vhd
④ setclock.vhd
⑤ setalarm.vhd
⑥ alarm_dot.vhd
⑥ seven_seg.vhd

3. 동작방법(43page)

4. 동작결과

5. 고 찰

시계 + 스탑워치 + 시간설정 + 알람설정 구현!!
1. 시계 블록도

Clock

Stopwatch

Seven_SEG

SetClock

SetAlarm

CLK_IN

RESET

SWITCH

put

Alarm_DOT

DOT
matrix

bintoseg

LED

7 Segment
index

2. VHDL 소스 설명(說明)
① easy_clock.vhd

library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;

entity easy_clock is
port (
clk_in : in std_logic;
resetn : in std_logic;
switch : in std_logic_vector(8 downto 0); //숫자switch 입력 벡터로 선언(1~9)
led_out : out std_logic_vector(7 downto 0);
dot_col_reg : out std_logic_vector(9 downto 0); //dot matrix 의 열 벡터로 선언(세로10개)
dot_raw_reg : out std_logic_vector(13 downto 0); //dot matri…(drop)



설명


[공학] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현 , [공학] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현공학기술레포트 , [공학] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현

[工學(공학) ] System On Chip 설계 및 응용 - 시계 + 스탑워치 + 시간설정 + 알람설정 구현



다.
REPORT 73(sv75)



해당자료의 저작권은 각 업로더에게 있습니다.

jjalbang.co.kr 은 통신판매중개자이며 통신판매의 당사자가 아닙니다.
따라서 상품·거래정보 및 거래에 대하여 책임을 지지 않습니다.
[[ 이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다 ]]

[저작권이나 명예훼손 또는 권리를 침해했다면 이메일 admin@hong.kr 로 연락주시면 확인후 바로 처리해 드리겠습니다.]
If you have violated copyright, defamation, of rights, please contact us by email at [ admin@hong.kr ] and we will take care of it immediately after confirmation.
Copyright © jjalbang.co.kr All rights reserved.