1. 1、本文档共21页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 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

文档评论(0)

kabudou + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档