2016년 12월 25일 일요일

디지털시스템설계 - 신호등 설계

디지털시스템설계 - 신호등 설계
디지털시스템설계 - 신호등 설계.hwp


본문
<top_traffic.vhd>

entity top_traffic is
port (
iMclk : in std_logic;
iMrst : in std_logic;
iswitch : in std_logic;
iswitch2 : in std_logic;

istate : in std_logic;
idirection : in std_logic_vector(3 downto 0);

light_direction : in integer range 0 to 4;


• std_logic is set to change switch to next direction and change iswitch2 to
switch changing the direction to opposite side.
• std_logic is also set to change istate to emergency situation.
• std_logic_vector is set to change idirection to variable that accept the
assigned direction.
• light_direction is modified to 4 for adding emergency situation.



하고 싶은 말


키워드
설계, 디지털, 시스템, 신호등, 디지털시스템설계

댓글 없음:

댓글 쓰기