- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Topic_04_behavioral_Synthesis_08
Semantics: Sequential Concurrent Statements There are two types of statements Sequential Statements within a process Evaluated sequentially during simulation and UPDATED AT the END of PROCESS Concurrent Statements outside of a process Processes are evaluated concurrently Signal Assignments Signal assignment is the basic form of behavioural modelling in VHDL and takes the following basic form signal-object = expression after delay-value; PAR= PAR1 xor DIN after 12 ns; when a signal assignment statement is executed , the value of the expression is computed , and this value is scheduled to be assigned to the signal after the specified delay( known as the inertial delay). The delay value is ignored in Synthesis If a signal assignment is made in the architecture it will be regarded as a concurrent statement. VHDL Design Styles Processes in VHDL Processes Describe Sequential Behavior Processes in VHDL Are Very Powerful Statements Allow to define an arbitrary behaviour that may be difficult to represent by a real circuit Not every process can be synthesized Use Processes with Caution in the Code to be Synthesized Use Processes Freely in Testbenches Anatomy of a Process The Process Sensitivity List A Process is invoked when one or more of the signals within the sensitivity list change, e.g. ARCHITECTURE archlist OF list IS BEGIN nand: PROCESS (a,b) BEGIN c = NOT (a AND b); END PROCESS nand; END archlist; PROCESS with a SENSITIVITY LIST List of signals to which the process is sensitive. Whenever there is an event on any of the signals in the sensitivity list, the process is triggered. Every time the process is triggered, it will run in its entirety. WAIT statements are NOT ALLOWED in a processes with SENSITIVITY LIST. label: process (sensitivity list) declaration part begin statement part end process; Process statements/Wait statement The process statements can be suspended by means of a wait statement. There are three basic forms for the wa
您可能关注的文档
最近下载
- 植物学课程课件:植物系统学与分子进化.ppt VIP
- 部编版语文四年级上册第16课《麻雀》 配套练习(含解析).pdf VIP
- 82页精益制造数字化转型智能工厂三年规划建设方案PPT.pptx VIP
- 成人癫痫持续状态护理专家共识解读PPT课件.pptx VIP
- JSCC B系列变频器产品手册.pdf VIP
- 认识医生和护士幼儿园助教幼儿园医学科普.pptx VIP
- 标准图集-19S910:自动喷水灭火系统设计.pdf VIP
- 成人经鼻高流量湿化氧疗临床规范应用专家共识.pptx VIP
- 数字化赋能下的高校教学质量监控与改进机制研究教学研究课题报告.docx
- 《成人无创通气设备相关面部压力性损伤风险评估与预防指南》解读PPT课件.pptx VIP
原创力文档


文档评论(0)