资料介绍
library ieee:
use ieee.std_logic_1164.all;
entity air_conditioner is
port(clk:in std_ulogic;
temp_high:in std_ulogic;
temp_low:in std_ulogic;
heat:out std_ulogic;
cool:out std_ulogic);
end air_conditioner;
achitecture style_b of air_conditioner is
type state_type is (just_right,too_cold,too_hot);
attribute sequential_encoding of state_type:type is "00 01 10";
signal stvar:state_type;
attribute state_vector:string;
arrribute state_vector of style_b:architecture is "stvar";
begin
controllerl:process
begin
wait until clk='1';
if(temp_low='1')then stvar<=too_cold;
elsif(temp_high='1')then stvar<=too_hot;
else stvar<=just_right;
end if;
case stvar is
when just_right=>heat<='0';
cool<='0';
when too_cold=>heat<='1';
cool<='0';
when too_hot=>heat<='0';
cool<='1';
end case;
end process controllerl;
end style_b;
use ieee.std_logic_1164.all;
entity air_conditioner is
port(clk:in std_ulogic;
temp_high:in std_ulogic;
temp_low:in std_ulogic;
heat:out std_ulogic;
cool:out std_ulogic);
end air_conditioner;
achitecture style_b of air_conditioner is
type state_type is (just_right,too_cold,too_hot);
attribute sequential_encoding of state_type:type is "00 01 10";
signal stvar:state_type;
attribute state_vector:string;
arrribute state_vector of style_b:architecture is "stvar";
begin
controllerl:process
begin
wait until clk='1';
if(temp_low='1')then stvar<=too_cold;
elsif(temp_high='1')then stvar<=too_hot;
else stvar<=just_right;
end if;
case stvar is
when just_right=>heat<='0';
cool<='0';
when too_cold=>heat<='1';
cool<='0';
when too_hot=>heat<='0';
cool<='1';
end case;
end process controllerl;
end style_b;
下载该资料的人也在下载
下载该资料的人还在阅读
更多 >
- 基于Arduino和OLED的元胞自动机 0次下载
- 如何以面向对象的思想设计有限状态机
- 同步有界偏序自动机的同步性问题研究 5次下载
- 自动机终结字查找算法实现优化综述 3次下载
- 基于统计的AC自动机空间优化 0次下载
- 异步多进程时间自动机的可覆盖性问题 0次下载
- 建立描述OWL-S的服务过程自动机 0次下载
- 自动机械设计 0次下载
- 基于有限状态机的UART设计 7次下载
- [自动机与自动线].李绍炎.扫描版 0次下载
- 用于信息加密的分子自动机的编码研究
- 汽车空调温度自控器电路及制作
- 高可用性双机系统的有限自动机
- 加性细胞自动机的同构性分析
- NFA→FA→GFA自动机转换算法
- 空调温度控制器怎么使用 空调温度控制器坏了会怎样 1515次阅读
- 如何利用Linux下的工具来自动生成实用的状态机框架? 1084次阅读
- 电风扇自动温控调速器电路的工作原理 6973次阅读
- 嵌入式软件架构设计之状态机 1897次阅读
- 如何构建基于状态机的软件系统 1420次阅读
- 如何判断空调温度传感器的好坏 1.2w次阅读
- 自动调功式温控器电路_开关型自动调功式温控器电路 2025次阅读
- 可调温控开关的工作原理与结构介绍 2.1w次阅读
- 空调温度检测电路图大全(中央空调/传感器温度检测电路详解) 2.9w次阅读
- 中央空调温控器原理 1.4w次阅读
- 中央空调温控器怎么调_中央空调控制器说明 11.5w次阅读
- ne555调温电路图大全(六款ne555调温电路) 3.7w次阅读
- 电熨斗自动调温原理 3.2w次阅读
- 具节电调温控制器的设计方案 2952次阅读
- 集成电路可调温控器电路 4711次阅读
下载排行
本周
- 1电子电路原理第七版PDF电子教材免费下载
- 0.00 MB | 1491次下载 | 免费
- 2单片机典型实例介绍
- 18.19 MB | 95次下载 | 1 积分
- 3S7-200PLC编程实例详细资料
- 1.17 MB | 27次下载 | 1 积分
- 4笔记本电脑主板的元件识别和讲解说明
- 4.28 MB | 18次下载 | 4 积分
- 5开关电源原理及各功能电路详解
- 0.38 MB | 11次下载 | 免费
- 6100W短波放大电路图
- 0.05 MB | 4次下载 | 3 积分
- 7基于单片机和 SG3525的程控开关电源设计
- 0.23 MB | 4次下载 | 免费
- 8基于AT89C2051/4051单片机编程器的实验
- 0.11 MB | 4次下载 | 免费
本月
- 1OrCAD10.5下载OrCAD10.5中文版软件
- 0.00 MB | 234313次下载 | 免费
- 2PADS 9.0 2009最新版 -下载
- 0.00 MB | 66304次下载 | 免费
- 3protel99下载protel99软件下载(中文版)
- 0.00 MB | 51209次下载 | 免费
- 4LabView 8.0 专业版下载 (3CD完整版)
- 0.00 MB | 51043次下载 | 免费
- 5555集成电路应用800例(新编版)
- 0.00 MB | 33562次下载 | 免费
- 6接口电路图大全
- 未知 | 30320次下载 | 免费
- 7Multisim 10下载Multisim 10 中文版
- 0.00 MB | 28588次下载 | 免费
- 8开关电源设计实例指南
- 未知 | 21539次下载 | 免费
总榜
- 1matlab软件下载入口
- 未知 | 935053次下载 | 免费
- 2protel99se软件下载(可英文版转中文版)
- 78.1 MB | 537793次下载 | 免费
- 3MATLAB 7.1 下载 (含软件介绍)
- 未知 | 420026次下载 | 免费
- 4OrCAD10.5下载OrCAD10.5中文版软件
- 0.00 MB | 234313次下载 | 免费
- 5Altium DXP2002下载入口
- 未知 | 233046次下载 | 免费
- 6电路仿真软件multisim 10.0免费下载
- 340992 | 191183次下载 | 免费
- 7十天学会AVR单片机与C语言视频教程 下载
- 158M | 183277次下载 | 免费
- 8proe5.0野火版下载(中文版免费下载)
- 未知 | 138039次下载 | 免费
评论
查看更多