Design of Taxi Accounting System Based on Verilog HDL
Abstract: This paper studies using Verilog HDL language to realize the taxi accounting system. The design about the taxi accounting system based on the current situation of taxi accounting the city's investigation and analysis, and thinking about the implementation method of the Verilog. In order to let the taxi accounting system with the required Verilog HDL better integration, through research and experiment, the taxi accounting system more reliability and practicability, the design and testing, the design and implementation of some related function taxi accounting system, including the timedisplay, accounting and simulate the taxi start, stop the reset function, etc.This design uses the modular design, mainly includes display module, timing module, accounting module and the counting module, through the combination of these functions and modules, to complete the taxi accounting system hardware circuit design and simulation results, to achieve the desired results.
Keywords: Taxi Accounting System; Verilog HDL ; Quartus; Modelsim
目录
摘要 i
Abstract i
1 绪论 1
1.1 课题研究目的和意义 1
1.2 国内外研究现状与水平 2
1.3 课题研究分析 4
1.4 课题研究的内容及成果 4
2 设计分析 6
2.1 出租车计费系统基本内容 6
2.2 设计原理及思想 6
2.3 设计流程图 7
2.4 功能分析 8
2.4.1 启动功能 8
2.4.2 计价功能 9
2.4.3 等待功能 10
2.4.4 显示功能 10
2.4.5 复位功能 10
2.5 开发工具简介 11
2.5.1 Verilog HDL简介 11
2.5.2 Quartus II软件介绍 12
2.5.3 Modelsim介绍 13
3 出租车计费系统设计实现 14
3.1 总体设计框图 14
3.2 主要模块设计 14
3.2.1 里程计数模块 14
3.2.2 等待时间模块 16
3.2.3 计费模块 17
3.2.4 数码管显示 18
4 调试与仿真 21
4.1 调试 21