1998,Peter JAshenden VHDL Quick Start.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
? 1998, Peter J. Ashenden VHDL Quick Start VHDL Quick Start Peter J. Ashenden The University of Adelaide Objective Quick introduction to VHDL basic language concepts basic design methodology Use The Student’s Guide to VHDL or The Designer’s Guide to VHDL self-learning for more depth reference for project work Modeling Digital Systems VHDL is for writing models of a system Reasons for modeling requirements specification documentation testing using simulation formal verification synthesis Goal most reliable design process, with minimum cost and time avoid design errors! Domains and Levels of Modeling Domains and Levels of Modeling Domains and Levels of Modeling Domains and Levels of Modeling Basic VHDL Concepts Interfaces Behavior Structure Test Benches Analysis, elaboration, simulation Synthesis Modeling Interfaces Entity declaration describes the input/output ports of a module VHDL-87 Omit entity at end of entity declaration Modeling Behavior Architecture body describes an implementation of an entity may be several per entity Behavioral architecture describes the algorithm performed by the module contains process statements, each containing sequential statements, including signal assignment statements and wait statements Behavior Example VHDL-87 Omit architecture at end of architecture body Omit is in process statement header Modeling Structure Structural architecture implements the module as a composition of subsystems contains signal declarations, for internal interconnections the entity ports are also treated as signals component instances instances of previously declared entity/architecture pairs port maps in component instances connect signals to component ports wait statements Structure Example Structure Example First declare D-latch and and-gate entities and architectures Structure Example Now use them to implement a register VHDL-87 Can’t directly instantiate entity/architecture pair Instead include component declarations in structural architecture body temp

文档评论(0)

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

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

1亿VIP精品文档

相关文档