手机版

地铁自动售票系统VHDL(8)

发布时间:2021-06-06   来源:未知    
字号:

use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all;

entity subway is port( );

end subway;

architecture behave of subway is

begin

process(clk)

variable type_temp :std_logic;

--记录是否已选择出站口的变量 --记录是否已选择购票张数的变量

--记录票种的中间变量

type state_type is (initialize_state,select_state,insert_state,ticket_state,change_state);

--状态变量申明 --状态信号申明

clk

:in std_logic;

--系统时钟 --“开始选择”按钮 --“开始投币”按钮 --硬币入口 --纸币入口 --“取消”按钮 --出站口编号 --购票张数 --钱币“暂存杆” --购买的车票 --出票口 --找零口

select_start insert_start

:in std_logic; :in std_logic;

coin :in std_logic_vector(1 downto 0); note :in std_logic_vector(3 downto 0); cancel

:in std_logic;

ticket_stop :in std_logic_vector(3 downto 0);

ticket_account :in std_logic_vector(1 downto 0); money_gate :out std_logic_vector(1 downto 0); ticket_out ticket_gate

:out std_logic_vector(4 downto 0); :out std_logic;

change_gate :out std_logic

signal state:state_type;

variable account_temp :std_logic;

variable temp_type :std_logic_vector(4 downto 0);

variable temp_account :std_logic_vector(4 downto 0); --记录票数的中间变量 variable price :std_logic_vector(7 downto 0);

--记录单张票价的变量

地铁自动售票系统VHDL(8).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
×
二维码
× 游客快捷下载通道(下载后可以自由复制和排版)
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
VIP包月下载
特价:29 元/月 原价:99元
低至 0.3 元/份 每月下载150
全站内容免费自由复制
注:下载文档有可能出现无法下载或内容有问题,请联系客服协助您处理。
× 常见问题(客服时间:周一到周五 9:30-18:00)