课程设计16选1选择器数字逻辑课程设计_第1页
课程设计16选1选择器数字逻辑课程设计_第2页
课程设计16选1选择器数字逻辑课程设计_第3页
课程设计16选1选择器数字逻辑课程设计_第4页
课程设计16选1选择器数字逻辑课程设计_第5页
已阅读5页,还剩24页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、课程设计报告课程名称 数字逻辑课程设计 课题 任务一 16选1选择器设计 课题 任务二 jk触发器的设计 专 业 网络工程 班 级 1102 学 号 21 姓 名 张宏磊 指导教师 刘洞波 陈华光 陈多2012年 12月 27日课程设计任务书课程名称 数字逻辑课程设计 课题 任务一 16选1选择器设计 课题 任务二 jk触发器的设计 专业班级 网络工程 学生姓名 1102 学 号 21 指导老师 刘洞波 邓作杰 陈多 审 批 任务书下达日期: 2012年 12月 27日任务完成日期: 2013年 01月 11日目 录 一、16选1选择器的功能.1函数真值表.2函数电路图.3函数表达式.二、详细

2、设计.1创建项目.2vhdl文本设计语言输入.3编译功能界面.4编译成功.5. 打开波形编辑器窗口.6.对应结点查找.7.综合编译形成网表.三、程序功能调试.1进入波形仿真功能.2给定输入信号.3进行时序仿真.4生成波形图.四、心得体会.-一、jk触发器的主要功能.1特性方程.2真植表.3函数逻辑电路图.二、详细设计.1创建项目.2输入文本语言程序进行编译.3编译成功,选择波形编辑器功能.4进行仿真设置.5查找对应结点.6形成综合后网表.三、程序功能调试.1给定输入.2进入波形仿真.3形成仿真波形.四、心得体会.五、附录.116选1选择器设计源代码.2 jk触发器设计源代码.3 参考书目.4课

3、程设计评分表.一、16选1选择器的主要功能数据选择器是常用的组合逻辑部件之一。它由组合逻辑电路对数字信号进行控制来完成比较复杂的逻辑功能。它有若干个数据输入端d0、d1、.,若干个控制输入端a0、a1,.和一个输出端y0。数据选择是指经过选择,把多个通道的数据传送到唯一的公共数据通道上去。它的功能相当于一个多个输入的单刀多掷开关.因此数据选择器又称多路转换器或多路开关。数据选择器(mux)的逻辑功能是在控制输入端加上适当的信号,既可从多个输入数据源中讲所需的数据信号选择出来,送到输出端。1. 函数真值表 输入输出abcde000000010010001101000101011001111000

4、1001101011001011110111101111说明:a,b,c,d为输入地址;e为输出端2. 函数电路图3.函数表达式e=+二、详细设计1.工程管理,进入quartus|界面,创建项目2.vhdl文本语言设计输入3.编译功能界面4.编译成功5.打开波形编辑器窗口6.对应结点查找7.综合编译,形成综合编译后网表三、程序功能调试1.进入波形仿真功能2.给定输入信号3. 进行时序仿真4.形成波形图四、心得体会总结 短短一周的eda课程设计已经接近尾声了,从得知课设题目,查阅资料,到研究出总体设计,详细设计,然后编写程序,再到最后的上机调试,修改程序,完善程序,收获颇多。16选1选择器的设计

5、已全部完成,能够完成预期的功能,在本课题的设计中体现了vhdl覆盖面广,描述能力强,是一个多层次的硬件描述语言及pld器件速度快,使用方便,便于修改等特点。由于时间有限和经验是平的欠缺,不足之处还望老师予以指正。在这一周里我们再次熟悉和增强了对vhdl语言的基本知识,熟悉利用vhdl语言对常用的的组合逻辑电路和时序逻辑电路编程,把编程和实际结合起来。vhdl硬件描述语言打破了硬件和软件设计人员之间互不干涉的界限,可以使用语言的形式来进行数字系统的硬件结构、行为的描述,直接设计数字电路硬件系统。通过编程、下载后,该芯片已经具备了原来需要使用复杂的数字电路实现的功能;更加了解和加深了对编制和调试程

6、序的技巧,进一步提高了上机动手能力,培养了使用设计综合电路的能力,养成了提供文档资料的习惯和规范编程的思想。本次的课程设计将各个单一的模块实现其功能后,学会通过原理图或顶层文件把各模块连接。课设注重的不仅是把理论知识巩固,而且应把理论和实际相结合,把知识应用到生活中。课设时间不长,要在短时间内完成绝非个人力量能达到的,要学会集众人之精华,还要善于利用已有的工具为己服务,开拓思维。课设让我们认识到所学本科知识的真正实用性,只是这门课开始研究的第一步。一、jk触发器的主要功能jk触发器是数字电路触发器中的一种电路单元。jk触发器具有置0、置1、保持和翻转功能,在各类集成触发器中,jk触发器的功能最

7、为齐全。在实际应用中,它不仅有很强的通用性,而且能灵活地转换其他类型的触发器。由jk触发器可以构成d触发器和t触发器。1. 特性方程2.真值表cpjk0xx000xx1110000100111010010110110011待添加的隐藏文字内容3101111101111103.逻辑电路图二、详细设计1.新建工程管理2. 输入文本语言程序进行编译3.编译成功,选择波形编辑器功能4.对应结点5.形成综合编译后网表三、进行程序仿真调试1.给定输入信号2.波形仿真测试成功3. 生成波形图四、心得体会总结 成了16选1选择器的电路设计之后,便开始了jk触发器的课题设计,因为前一个课设的完成,使我对于qua

8、rtus软件的使用有了一定的了解,所以在这个实验设计的时候也轻松了很多。在完成jk触发器的课设时,我只要参看书本上的jk触发器的设计思路完成源代码的编写即可,然后就是上机测试编写的程序,结果在测试时,出现了错误,但是在老师和同学的帮助下,我终于解决了它,然后编译、仿真。虽然第二个课设没有花费很多的时间,但是我还是发现,在实际设计中,仅仅拥有书本上的理论性知识是远远不够的,还要把知识与实际操作相结合,才能更加了解这门课程的精奥之处。课程设计结束了,但是从中学到的知识会让我受益终身。发现、提出、分析、解决问题和实践能力的提高都会受益于我在以后的学习、工作和生活中。在设计的过程中发现了自己的不足之处

9、,对以前所学过的知识理解得不够深刻,掌握得不够牢固。本次实验我对一些基本操作有了更好的掌握,对于数字逻辑电路的设计也有了更深刻的理解。本次实验老师都是要求独立完成。在这一点上很好的锻炼了我们的独立完成设计的能力。这是一次有意义实验。实验过程中我们遇到了很多困难然后再自己的努力下克服困难,让我们体会到的不仅是实验课程设计的乐趣,更让我们学会了怎样面对困难。我想自己在计算机方面的知识还远远不够,在今后的学习和生活中我会更加努力的不断学习吸取新的知识,注重知识和实践的结合。 最后,我们衷心的感谢课设期间一直指导和陪伴着我们的老师。五、附录1.16选1选择器源代码:library ieee;use i

10、eee.std_logic_1164.all;use ieee.std_logic_unsigned.all;-*entity lesson8 isport(a: in std_logic_vector(15 downto 0); sw: in std_logic_vector(3 downto 0); ena:in std_logic; y: out std_logic);end lesson8;-*architecture one of lesson8 isbeginprocess(ena,sw) begin if ena=1 then case sw is when 0000=yyyyy

11、yyyyyyyyyyyy=x; end case;end if;end process;end architecture one;2.jk触发器源代码:library ieee;use ieee.std_logic_1164.all;use ieee.std_logic_unsigned.all;entity jk isport( j,k:in std_logic; reset,clr: in std_logic; clk: in std_logic; q,qn:out std_logic);end jk;architecture behave of jk issignal q1,q2:std

12、_logic;beginprocess(reset,clr,clk,j,k)beginif(reset=0)then q1=1; q2=0;elsif(clr=0)then q1=0; q2=1;elsif(clkevent and clk=1)then if(j=0 and k=0)then q1=q1;q2=q2; elsif(j=0 and k=1)then q1=0;q2=1; elsif(j=1 and k=0)then q1=1;q2=0; elsif(j=1 and k=1)then q1=not q1;q2=not q2; end if;end if;end process;q

13、=q1;qn=q2;end behave;参考书目1eda技术与vhdl程序开发基础教程雷伏容,李俊,尹霞清华大学出版社978-7-302-22416-72010tp312vh/362vhdl 电路设计技术王道宪贺名臣刘伟国防工业出版社7-118-03352-92004tn702/623vhdl 实用技术潘松,王国栋7-810657-81065-290-72000tp312vh/14vhdl 语言100 例详解北京理工大学asic研究所7-9006257-900625-02-x1999tp312vh/35vhdl编程与仿真王毅平等人民邮电出版社7-115-08641-9200073.9621/

14、w38v6vhdl程序设计教程邢建平曾繁泰清华大学出版社7-302-11652-02005tp312vh/27/37vhdl电路设计雷伏容清华大学出版社7-302-14226-22006tn702/185计算机与通信学院课程设计评分表课题名称:任务一 16选1选择器设计 任务二 jk触发器的设计 项 目评 价设计方案的合理性与创造性设计与调试结果设计说明书的质量答辩陈述与回答问题情况课程设计周表现情况综合成绩 教师签名: 日 期: employment tribunals sort out disagreements between employers and employees.you ma

15、y need to make a claim to an employment tribunal if: you dont agree with the disciplinary action your employer has taken against you your employer dismisses you and you think that you have been dismissed unfairly.for more information about dismissal and unfair dismissal, seedismissal.you can make a

16、claim to an employment tribunal, even if you haventappealedagainst the disciplinary action your employer has taken against you. however, if you win your case, the tribunal may reduce any compensation awarded to you as a result of your failure to appeal.remember that in most cases you must make an ap

17、plication to an employment tribunal within three months of the date when the event you are complaining about happened. if your application is received after this time limit, the tribunal will not usually accept it.if you are worried about how the time limits apply to you, take advice from one of the

18、 organisations listed underfurther help.employment tribunals are less formal than some other courts, but it is still a legal process and you will need to give evidence under an oath or affirmation.most people find making a claim to an employment tribunal challenging. if you are thinking about making

19、 a claim to an employment tribunal, you should get help straight away from one of the organisations listed underfurther help.if you are being represented by a solicitor at the tribunal, they may ask you to sign an agreement where you pay their fee out of your compensation if you win the case. this i

20、s known as adamages-based agreement. in england and wales, your solicitor cant charge you more than 35% of your compensation if you win the case.if you are thinking about signing up for a damages-based agreement, you should make sure youre clear about the terms of the agreement. it might be best to

21、get advice from an experienced adviser, for example, at a citizens advice bureau. to find your nearest cab, including those that give advice by e-mail, click onnearest cab.for more information about making a claim to an employment tribunal, seeemployment tribunals.the (lack of) air up there watch mc

22、ayman islands-based webb, the head of fifas anti-racism taskforce, is in london for the football associations 150th anniversary celebrations and will attend citys premier league match at chelsea on sunday.i am going to be at the match tomorrow and i have asked to meet yaya toure, he told bbc sport.f

23、or me its about how he felt and i would like to speak to him first to find out what his experience was.uefa hasopened disciplinary proceedings against cskafor the racist behaviour of their fans duringcitys 2-1 win.michel platini, president of european footballs governing body, has also ordered an im

24、mediate investigation into the referees actions.cska said they were surprised and disappointed by toures complaint. in a statement the russian side added: we found no racist insults from fans of cska.age has reached the end of the beginning of a word. may be guilty in his seems to passing a lot of d

25、ifferent life became the appearance of the same day; may be back in the past, to oneself the paranoid weird belief disillusionment, these days, my mind has been very messy, in my mind constantly. always feel oneself should go to do something, or write something. twenty years of life trajectory deepl

26、y shallow, suddenly feel something, do it.一字开头的年龄已经到了尾声。或许是愧疚于自己似乎把转瞬即逝的很多个不同的日子过成了同一天的样子;或许是追溯过去,对自己那些近乎偏执的怪异信念的醒悟,这些天以来,思绪一直很凌乱,在脑海中不断纠缠。总觉得自己自己似乎应该去做点什么,或者写点什么。二十年的人生轨迹深深浅浅,突然就感觉到有些事情,非做不可了。the end of our life, and can meet many things really do?而穷尽我们的一生,又能遇到多少事情是真正地非做不可?during my childhood, thin

27、k lucky money and new clothes are necessary for new year, but as the advance of the age, will be more and more found that those things are optional; junior high school, thought to have a crush on just means that the real growth, but over the past three years later, his writing of alumni in peace, su

28、ddenly found that isnt really grow up, it seems is not so important; then in high school, think dont want to give vent to out your inner voice can be in the high school children of the feelings in a period, but was eventually infarction when graduation party in the throat, later again stood on the p

29、itch he has sweat profusely, looked at his thrown a basketball hoops, suddenly found himself has already cant remember his appearance.童年时,觉得压岁钱和新衣服是过年必备,但是随着年龄的推进,会越来越发现,那些东西根本就可有可无;初中时,以为要有一场暗恋才意味着真正的成长,但三年过去后,自己心平气和的写同学录的时候,突然就发现是不是真正的成长了,好像并没有那么重要了;然后到了高中,觉得非要吐露出自己的心声才能为高中生涯里的懵懂情愫划上一个句点,但毕业晚会的时候最

30、终还是被梗塞在了咽喉,后来再次站在他曾经挥汗如雨的球场,看着他投过篮球的球框时,突然间发现自己已经想不起他的容颜。originally, this world, can produce a chemical reaction to an event, in addition to resolutely, have to do, and time.原来,这个世界上,对某个事件能产生化学反应的,除了非做不可的坚决,还有,时间。a persons time, your ideas are always special to clear. want, want, line is clear, as i

31、f nothing could shake his. also once seemed to be determined to do something, but more often is he backed out at last. dislike his cowardice, finally found that there are a lot of love, there are a lot of miss, like shadow really have been doomed. those who do, just green years oneself give oneself

32、an arm injection, or is a self-righteous spiritual.一个人的时候,自己的想法总是特别地清晰。想要的,不想要的,界限明确,好像没有什么可以撼动自己。也曾经好像已经下定了决心去做某件事,但更多的时候是最后又打起了退堂鼓。嫌恶过自己的怯懦,最终却发现有很多缘分,有很多错过,好像冥冥之中真的已经注定。那些曾经所谓的非做不可,只是青葱年华里自己给自己注射的一支强心剂,或者说,是自以为是的精神寄托罢了。at the moment, the sky is dark, the air is fresh factor after just rained. sud

33、denly thought of blue plaid shirt; those were broken into various shapes of stationery; from the corner at the beginning of deep friendship; have declared the end of the encounter that havent start planning. those years, those days of do, finally, like youth, will end in our life.此刻,天空是阴暗的,空气里有着刚下过雨

34、之后的清新因子。突然想到那件蓝格子衬衫;那些被折成各种各样形状的信纸;那段从街角深巷伊始的友谊;还有那场还没有开始就宣告了终结的邂逅计划那些年那些天的非做不可,终于和青春一样,都将在我们的人生中谢幕。baumgartner the disappointing news: mission aborted. r plays an important role in this mission. starting at the ground, conditions have to be very calm - winds less than 2 mph, with no precipitation o

35、r humidity and limited cloud cover. the balloon, with capsule attached, will move through the lower level of the atmosphere (the troposphere) where our day-to-day weather lives. it will climb higher than the tip of mount everest (5.5 miles/8.85 kilometers), drifting even higher than the cruising alt

36、itude of commercial airliners (5.6 miles/9.17 kilometers) and into the stratosphere. as he crosses the boundary layer (called the tropopause),e can expect a lot of turbulence.the supersonic descent could happen as early as sunda.the weathethe balloon will slowly drift to the edge of space at 120,000 feet ( then, i would assume, he will slowly step out onto something resembling an olympic diving platform.below, the earth becomes the concrete b

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论