资源描述:
《基于fpga 的微波炉控制器设计 毕业设计论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、基于FPGA的微波炉控制器设计摘要本论文介绍了应用FPGA芯片和硬件描述语言(VHDL)设计微波炉控制器系统的方法。系统使用VHDL编程实现各底层模块的功能,顶层的设计采用图形输入完成。论文主要阐述模块化设计的思想和状态图的描述方法,以及他们在硬件描述语言中的应用,并展示了其在QuartusII开发系统下的仿真结果。微波炉控制器系统是一个实用型的系统,系统不仅具有操作简单的功能,而且烹调效果好,你可以按照固定程序烹调一些家常菜,可以采取分时、分不同级别火力加热,既能节约时间又能节约能源。主要有以下几个模块:输入模块、控制模块
2、和显示模块。输入模块实现按键扫描和键盘译码、控制模块包括状态转换控制、数据装载、烹饪计时、温度控制、音效提示等等、显示模块涉及到显示译码和指示灯的闪烁。经过对系统做需求分析,详细功能设计、编码,模块连接,并利用FPGA实现相应的功能,经过波形仿真、下载调试,验证了设计方案的可行性及实现方法的有效性,基本实现了系统的要求。关键词:FPGA;VHDL;微波炉;状态图;定时器AbstractThispaperintroducesthemethodthatapplyingFPGAchipandVHDLtodesignthecontr
3、olsystemofmicrowaveovens.ThesystemusesVHDLtofulfillthefunctionofeachbottommoduleandthedesignofthetoplayeriscompletedviagraphicentering.ThispapermainlyillustratestheideaofmoduledesignanddescriptionmethodofstatechartandthattheirapplicationinVHDLandsimulationresultsin
4、thedevelopsystemofQuartusII.Microwavecontrollersystemisautility-typesystemthatincludesnotonlythefunctionofsimpleoperation,butalsogoodeffectofcook.Accordingtofixedroutine,youcancooksomehomelydishviatakingdifferenttimeanddifferentlevelfirepowertoheat,andthiscannotonl
5、ysavetime,butalsosaveenergy.Itmainlyincludesacoupleofmodulesasfollows:inputmodule,controlmoduleanddisplaymodule.Inputmodulefulfillskey-pressscanningandkeyboarddecoding,controlmoduleincludesstatusswitchingcontrol,dataloading,cooktime,temperaturecontrol,soundeffectti
6、pandsoon,displaymodulecomesdowntodisplaycodingdecipherandtheflashingofindicatorlight.Throughtheanalysisofrequirement,detailedfunctiondesign,coding,moduleconnection,usingFPGAtofulfillrelevantfunction.Throughwaveformsimulation,downloaddebugging,itverifiesthefeasibili
7、tyofthedesignandtheeffectivenessofrealizationmethodandbasicallyfulfilltherequirementofthesystem.Keywords:FPGA,VHDL,Microwaveoven,Statuschart,timer目录1.绪论11.1.任务的提出11.2.课题的内容和要求11.3.设计的目的和意义22.关键技术简介32.1.FPGA简介32.2.VHDL语言概述32.3.QuartusII开发系统简介53.系统总体设计73.1.系统总体设计方案73
8、.2.系统功能模块描述93.2.1.输入模块103.2.2.控制模块103.2.3.显示模块113.3.系统的工作流程114.系统详细设计134.1.输入模块设计134.1.1.键盘扫描134.1.2.键盘译码164.1.3.输入模块的实现174.2.控制模块设计184.2.1.状态转换控