数字集成电路课程设计.pdfVIP

  1. 1、本文档共12页,可阅读全部内容。
  2. 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
  5. 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
  6. 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们
  7. 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
  8. 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
数字集成电路课程设计

河海大学本科课程设计报告 摘 要 Verilog HDL 是一种硬件描述语言,是EDA 技术的重要组成部分。使用HDL 进行数字系统设计是电子设计技术的发展趋势和方向,因此学好这门知识并能够 灵活运用于课程设计是非常有必要也非常有意义的。 本次设计主要实现了一个任意分频器的简单功能。主要有以下两种方案: (一)对被分频时钟的上升沿和下降沿同时计数,计数到分频系数的一半时,对 输出时钟进行电平翻转,从而得到占空比为50%的分频时钟。 (二)对被分频时钟的上升沿和下降沿分别计数,得到一个上升沿分频时钟clk_p 和一个下降沿分频时钟clk_q,最后通过对这两个时钟进行相应的逻辑运 算,便可得到占空比为50%的输出时钟。 在仿真过程中,主要遇到的问题是无法综合。经讨论思考发现对同一时钟 的上升沿和下降沿同时进行操作时,Quartus II 将无法对这一行为进行综合。 最后,为解决综合的问题,我们对程序进行了必要的修改。最终,我们经过比较 选择了方案(二),实现了预期的目标。 【关键词】 Verilog HDL 任意分频器 半整数分频 综合 - 2 - 河海大学本科课程设计报告 ABSTRACT Verilog HDL is a hardware description language which is an important part of EDA technology. Nowadays,using HDL to design Digital systems is the development trend of electronic design technologies. So it is very necessary and very meaningful to learn this course and develop the ability to apply the knowledge learned to curriculum design flexibly. This design mainly realized a simple function of frequency divider at any frequency coefficients . Basically,we have the following two schemes: First: counting at the rise and fall of the input clock simultaneously, when arrive at half of the frequency coefficients, overturn the output clock, so a clock whose duty ratio is 50% can be achieved; Second: to get a clk_p at the rise of the input clock and a clk_q at the fall of the input clock respectively, then through the corresponding logic operation of the two clock,the wanted output clock can be easily achieved. In the debugging process, the main problem is unable to be synthesized. After discussion and reflection,we found that operations on one clock’s rise and fall at the same time are unable to be synthesized by Quartus II. Finally, in order to so

文档评论(0)

yigang0925 + 关注
实名认证
文档贡献者

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

1亿VIP精品文档

相关文档