目录
摘要 3
Abstract 4
第一章 绪论 5
§1.1 集成电路设计简介 5
1.1.1 集成电路发展简史 5
1.1.2 集成电路设计流程 6
1.1.3 集成电路设计方法 8
§1.2 VHDL语言简介 8
1.2.1 硬件描述语言 8
1.2.2 VHDL语言 9
§1.3 MCS-51单片机简介 10
1.3.1 单片机的产生和发展 10
1.3.2 Intel MCS-51单片机 11
§1.4 开发工具的选择 11
1.4.1 VHDL开发工具 11
1.4.2 Altera公司的Max+Plus II 12
1.4.3 Altera公司的Quartus II 12
1.4.4 Aldec公司的Active HDL 12
1.4.5 其他辅助工具 13
§1.5 本次毕业设计的意义及目标 13
1.5.1 毕业设计的意义 13
1.5.1 毕业设计的目标 14
第二章 系统总体规划与构思 15
§2.1 MCS-51单片机的总体结构 15
2.1.1 MCS-51单片机硬件结构的特点 15
2.1.2 MCS-51单片机的引脚描述 15
2.1.3 MCS-51片内总体结构 17
§2.2 MCS-51单片机的指令分解 19
2.2.1 CPU时序 19
2.2.2 指令分解 20
§2.3 各部分模块的初步划分 22
2.3.1 总体设计思想 22
2.3.2 各模块的划分 22
2.3.3 各模块的简单说明 24
第三章 译码/控制模块的实现 26
§3.1 译码/控制模块设计思想 26
3.1.1模块功能 26
3.1.2设计思想 26
§3.2 译码/控制模块的实现过程 27
3.2.1接口及控制信号 27
第四章 总结与展望 33
§4.1 阶段成果和心得 33
§4.2 不足与展望 33
4.2.1 存在的不足 33
4.2.2 改进意见 34
附录 35
参考文献 35
摘要
MCS-51是Intel公司生产的其中一个单片机系列的名称。该系列单片机诞生于1980年,功能强大、应用方便,已成为单片机领域的实际标准。而VHDL语言则是应用广泛的一种硬件描述语言,目前越来越多的厂商、科研机构在使用VHDL语言进行系统开发。
本文详细介绍应用VHDL语言进行MCS-51兼容单片机开发的过程,包括指令的分解、模块的划分以及功能的实现等。其中,重点讲述控制/译码模块的实现。
关键词:硬件描述语言,机器周期,指令周期
Abstract
MCS-51 is the name of a Micro Chip Unit(MCU) that produced by Intel Corporation. These MCUs were first produced in 1980. It has powerful function and can be easily used, so it becomes the standard of the MCUs. And VHDL(VHSIC Hardware Description Language) is a kind of HDL(Hardware Description Language), which is applied extensively. More and more electronic company and organization develop their system by using this language.
This article will introduce how to use VHDL to develop a MCU that is compatible with MCS-51, including the decomposition of machine command, division of function model, the realization of each model, and so on. And among all, it will go into much greater detail on the subject of the realization of controller/decoder unit.
key words: HDL, machine cycle, command cycle
第一章 绪论
§1.1 集成电路设计简介
1.1.1 集成电路发展简史
自1958年美国德克萨斯仪器公司(TI)发明集成电路(Intergrated Circuit—简称IC)后,随着硅平面技术的发展,二十世纪六十年代先后发明了双极型和MOS型两种重要的集成电路,它标志着由电子管和晶体管制造电子整机的时代发生了量和质的飞跃,创造了一个前所未有的具有极强渗透力和旺盛生命力的新兴产业集成电路产业。

您当前的位置:
