1、 本科毕业论文(设计、创作)本科毕业论文(设计、创作) 题题 目:目: 电梯控制器的设计与分析电梯控制器的设计与分析 电梯控制器的设计与分析电梯控制器的设计与分析 摘摘 要要 随着技术的不断发展,EDA 设计得到不断地发展和应用。本文以电梯控制器为设计对象,根据电梯 运行规则和所需基本功能, 采用层次化的设计方法, 用 verilog 硬件描述语言实现一个四楼层载客箱的 电梯控制器。 内容主要涉及电梯运行算法, 电梯控制器的硬件组成框架以及最后整个控制器的检测方案 和仿真。本设计可以实现电梯运行所需的基本功能,并用 modelsim 进行了仿真。 关键词:电梯控制器;关键词:电梯控制器;ver
2、ilogverilog;modelsim modelsim Design and analysis of elevator controller Abstract With the development of technology,EDA gets constantly development and widely application.This article takes the elevator controller as design object.According to the elevator running rules,this design adopts hierarchi
3、cal method and verilog hardware description language to realizing a four floor elevator controller.This article mainly involves the elevator scheduling algorithm, hardware framework and final whole controllers detection schemes and simulation.This design is able to realize the basic functions requir
4、ed for the operation of the elevator. Keywords:elevator controlller;verilog;modelsim 目目 录录 1 1 引言引言1 1 2 2 设计目标与分析设计目标与分析1 1 2.1 2.1 电梯运行规则电梯运行规则1 1 2.22.2 整体设计概要整体设计概要1 1 3 3 模块设计与实现模块设计与实现2 2 3.13.1 主控模块主控模块2 2 3.1.13.1.1 状态机设计状态机设计2 2 3.1.23.1.2 状态机实现状态机实现3 3 3.1.33.1.3 程序描述程序描述4 4 3.23.2 按键模块按键模块7 7 3.33.3 显示模块显示模块8 8 4 4 测试方案与仿真测试方案与仿真