- 1、本文档共96页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
第三章 VHDL编程基础 3.1 概述 3.2 VHDL程序基本结构 3.3 VHDL语言要素 3.4 VHDL顺序语句 3.5 VHDL并行语句 3.6 子程序 3.7 库、程序包及其他 3.8 VHDL描述风格 3.9 基本逻辑电路设计 3.10 状态机的VHDL设计 3.1 概述 3.1.1常用硬件描述语言简介 3.1.2VHDL的优点 3.1.3VHDL程序设计约定 3.1.1常用硬件描述语言简介 VHDL、Verilog和ABEL 三者的比较 (1)逻辑描述层次 (2)设计要求 (3)综合过程 (4)对综合器的要求 (5)支持的EDA工具 (6)VHDL的优点 3.1.2 VHDL的优点 Levels of design description Register Transfer Logic (RTL) Design Description Design process for FPGAs (1) Design process for FPGAs (2) 程序例子 全加器VHDL程序 3.1.3 VHDL程序设计约定 语句结构描述中方括号[]内的内容为可选内容 对于VHDL的编译器和综合器来说,程序文字的大小是不加区分的。 注释使用双横线-- 使用层次缩进格式,同层次对齐,低层次的,较高层次的缩进两个字符 建议各个源程序文件的命名与其实体名一致 Naming and Labeling (1) VHDL is not case sensitive Example: Names or labels databus Databus DataBus DATABUS are all equivalent Naming and Labeling (2) General rules of thumb (according to VHDL-87) All names should start with an alphabet character (a-z or A-Z) Use only alphabet characters (a-z or A-Z) digits (0-9) and underscore (_) Do not use any punctuation or reserved characters within a name (!, ?, ., , +, -, etc.) Do not use two or more consecutive underscore characters (__) within a name (e.g., Sel__A is invalid) All names and labels in a given entity and architecture must be unique Free Format VHDL is a “free format” language No formatting conventions, such as spacing or indentation imposed by VHDL compilers. Space and carriage return treated the same way. Example: if (a=b) then or if (a=b) then or if (a = b) then are all equivalent Readability standards Consistent Writing Style Consistent Naming Conventions Consistent Indentation Consistent Commenting Style Recommended File Headers File naming and contents Number of statements/declarations per line Ordering of port and signal declarations Constructs to avoid Comments Comments in VHDL are indicated with a “double dash”, i.e., “--” Comment indicator can be placed anywhere in the line Any text that follows in the same line is treated as a comment Carriage return terminates a comment No method for commenting a block e
您可能关注的文档
- C语言-09switch-case多分支开路语句.ppt
- (苏教版)六年级数学下册课件 百分数的应用复习 1.ppt
- C语言数据类型与基本输入输出.ppt
- C语言之程序的灵分-算法.ppt
- C语言条件判断、选择结构程序设计.ppt
- C语言的程序设计-数据的输入和输出.ppt
- (西师大版)三年级语文上册课件 威尔逊出游 1.ppt
- C语言程序设计 第8章.ppt
- (药品)国家药品不良反应监测系统使用介绍20130614.ppt
- C语言程序设计-chapter4-1.ppt
- 吉安县公开招聘专职文明实践员笔试备考试题及答案解析.docx
- 2025重庆枫叶国际学校招聘教师笔试备考试题及答案解析.docx
- 游机队电玩自制联网教程-tplink.pdf
- 2025重庆新华出版集团招聘1人笔试模拟试题及答案解析.docx
- 2025宜宾高新丽雅城市产业发展有限公司公开招聘笔试模拟试题及答案解析.docx
- 2025云南保山市龙陵县勐糯镇人民政府招聘合同制专职消防员1人笔试模拟试题及答案解析.docx
- 11.1生活中常见的盐 九年级化学人教版下册.pptx
- 6.1法律保护下的婚姻 高二政治《法律与生活》课件(统编版选择性必修2)(新版).pptx
- 文昌市中小学教师校园招聘29人笔试模拟试题及答案解析.docx
- 10.1.5 常见的酸和碱(第5课时)课件-九年级化学人教版下册.pptx
文档评论(0)