- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
七段数码管的动态显示(国外英语资料)
七段数码管的动态显示(国外英语资料)
Experimental content: the dynamic display of the digital tube
Using the four digital tubes on the test board, the system is shown in sequence of 0000 to FFFF.
To achieve functional reuse, we still divide the system into several parts:
(1) clock frequency module: a 5Hz clock is used to count the 50MHz clock on the development board.
(2) the count module: the count function from 0000 ~ FFFF. Use four hexadecimal number to implementation, including 15 ‐ 12 hexadecimal number of the highest, 11 ‐ 8-bit high, seven ‐ said four times low, said ‐ 0 bit low
(3) dynamic digital tube display module: counting module output as input values of display character, time sends out the corresponding section of the code, realize the dynamic display of digital tube effect.
2, the reference program:
Module SegDynamicDisp (CLK, rst_n, SEG0, SEG1, SEG2, SEG3); / / the digital tube dynamic display module?
The input CLK.
Input rst_n;
The output [away] SEG0; / / define a segment of the digital tube 0
The output [away] SEG1; / / define the segment of the output digital tube 1
The output [away] SEG2; / / define the segment of the output digital tube 2
The output [away] SEG3; / / define the segment code for the output digital tube 3
/ /...
Reg [away] SEG0; / / define a segment of the digital tube 0
Reg [away] SEG1; / / define the segment of the output digital tube 1
Reg [away] SEG2; / / define the segment of the output digital tube 2
Reg [away] SEG3; / / define the segment code for the output digital tube 3
/ /...
The parameter seg0 = 8 hC0,
Seg1 = 8 hF9,
Seg2 = 8 hA4,
Seg3 = 8 hB0,
Seg4 = 8 h99,
Seg5 = 8 h92,
Seg6 = 8 h82,
Seg7 = 8 hF8,
Seg8 = 8 h80,
Seg9 = 8 h90,
Sega = 8 h88,
Segb = 8 h83,
Segc = 8 hC6,
Segd = 8 hA1,
Sege = 8 h86,
Segf = 8 h8E;
/ /...
Reg [23:0] CNT; / / define count registers, which can be used to implement timed functions
Reg [15:0] counter; / / define count registers for display values
The posedge CLK or negedge rst_n / / count process records the sele
您可能关注的文档
最近下载
- 1.假期有收获 教学设计 两课时 .doc VIP
- 人教版初中美术七年级上册第一单元第2课美术是个大家族课件.pptx VIP
- 期货指标公式文华财经期货指标加减仓多空指标.doc
- 第三师图木舒克市公安局招聘警务辅助人员笔试真题2023.docx VIP
- 数学教学论绪论.ppt VIP
- 医保DIP支付改革培训课件.pptx VIP
- IntroducingTranslationStudies《翻译研究入门知识点总结》.pdf VIP
- 高低海拔红山茶花多酚成分与抗皮肤老化作用研究.docx VIP
- 人生不是单行道中职主题班会PPT课件中职生的逆袭之路.pptx VIP
- 2025年海南省中考语文试题卷(含答案解析).docx
文档评论(0)