- 1、本文档共21页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
VHDL重点
再度吐血——林新发
CPLD :Complex programmable logic devices (based on 乘积项)
FPGA:Field Programmable Gate Array(based on LUT)
PROM:与阵列固定,或阵列可编程(巧记,有个O,联想到or,所以是或)
PLA:与或阵列均可编程(巧记,pla,两个音,所以与或都有)
PAL,GAL:与阵列可编程,或阵列不可编程(巧记,一个音,是与)
6.Digital system design is based on programmable logic devices (PLD).It is top-down design,suing EDA.
7.VHDL
Strong capability of system description
Independence of device and hardware technique
IEEE standard
Flexible design method(behav,struc,dataflow)
Readable program
As an HDL,executed concurrently
structurc of VHDL:(目测填空题)
LIBRARY, Package, Entity, Architecture, Configuration, Block, Sub-program,
Default Library(默认库):STD,work
MOD(取模),REM(取余),ABS(取绝对值),SLA(算数左移)
SRA(算数右移),SRL(逻辑右移),SLL(逻辑左移),ROR,ROL
Different package------different physic circuit;
Entity-------outward appearence
Architecture--------describe the function or structure of the circuit
Input-------can not be assign the value
Output------can not be the source of assignment
Inout-------bi-directional port
Buffer-------serve as an output,its value can be reloaded
Architecture description
Behavior description
Data flow description
Structure description
18.字符用’ ’,字符串用” ”
19.实体名不能用数字开头,实体名要与文件名一致
VHDL data type
Integer, real, natural, bit, bit_vector, std_logic, std_logic_vector, character, string, boolean, time, severity level
’Z’ high impedance
‘X’ forcing unknown
自定义数组TYPE word8 IS ARRY (1 TO 8) OF BIT;
VHDL data object: constant, variable, signal
signal:
1.has corresponding hardware,
2.global,for multiple process
3.assignment has delay,
4.can carry history information
26.variable:
1.has no corresponding hardware
2.local,valid in its process only
3.assignment takes effect immediately
4.has current value only
27.sequential statements should be packaged in process
注意:if语句和case也可以相互改写,要根据题目改写,书写顺序要小心,特别是优先级编码器
PROCESS,注意,它是,只是它里面是
31.process的特点(一般是选择题)
sequential statement(顺序语句)有if statement,case statement,loop statement,next statement,exit statement,wait sta
您可能关注的文档
- vfp字段格式等.doc
- Verabelle_薇拉贝儿+15年04月更新.ppt
- VFP学习资料.doc
- VFP数据库(无答案).doc
- VFP数据库文库.doc
- vfp数据库3.ppt
- VFP数据库操作视图查询.ppt
- VFP数据库考卷.doc
- vfp数据库课件1第12基础xs.ppt
- VFP数据库的基本概念.ppt
- 10《那一年,面包飘香》教案.docx
- 13 花钟 教学设计-2023-2024学年三年级下册语文统编版.docx
- 2024-2025学年中职学校心理健康教育与霸凌预防的设计.docx
- 2024-2025学年中职生反思与行动的反霸凌教学设计.docx
- 2023-2024学年人教版小学数学一年级上册5.docx
- 4.1.1 线段、射线、直线 教学设计 2024-2025学年北师大版七年级数学上册.docx
- 川教版(2024)三年级上册 2.2在线导航选路线 教案.docx
- Unit 8 Dolls (教学设计)-2024-2025学年译林版(三起)英语四年级上册.docx
- 高一上学期体育与健康人教版 “贪吃蛇”耐久跑 教案.docx
- 第1课时 亿以内数的认识(教学设计)-2024-2025学年四年级上册数学人教版.docx
文档评论(0)