现代逻辑设计英文试卷A_2014.docxVIP

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

中国计量学院2013 ~ 2014学年第2学期《 现代逻辑设计 》课程考试试卷(A)开课二级学院:信息工程学院 ,考试时间: 2014 年 6 月 日 时考试形式:闭卷□、开卷□,允许带 入场装订 线考生姓名: 学号: 专业: 班级: 题序一二三四五六七八九总分得分评卷人Fill in the blanks. (total 20/100, 2 for each blank)1、Y = (sel)?(A+B):(A- B); if the value of sel is 1,the result of Y is , otherwise the result of Y is . The operator “? :” is called _______________.2、The expand name of graphic file in Quartus II is and the expand name of waveform file is .3、The binary form of 8’h3f is ___________________.4、The general symbol of blocking statement is . The general symbol of non-blocking statement is .5、Assumed A=2’b11, B=4’b1001, the value of “{A,B}” is _________ , the value of “^b” is ________.二、Short-answer questions. (total 20/100)1、 In Verilog HDL,what’s the meaning of “always@(posedge clk)” and “always@(clk)”? (6/100)2、 Finite State Machine (FSM) can be divided into two types according to the generation of output values. What’s the difference between these two models? (6/100)3.Please explain the structure of a Verilog module with examples.(8/100)Give the definition of the variables and constants. (total 12/100, 3 for each)Define an 8-bit bus of wire type named “ABUS”.Define a 16-bit variable of reg type named “address”.装订线Define a parameter named “delay_time” which has the value of 8.Define a memory with the word width of 32 and memory size of 128.四、Program /dict_result.aspx?searchword=%e7%90%86%e8%a7%a3tjType=sentencestyle=t=comprehensioncomprehension. (total 16/100)1、Please correct the program of an 4-bit comparator which has two 4-bit inputs a and b and three outputs a_gt_b, a_eq_b and a_lt_b.(8/100)module 4bit_comp(a, b, a_gt_b, a_eq_b, a_lt_b);input[7:0] a, b;output a_gt_b, a_eq_b, a_lt_b;reg a_gt_b, a_eq_b, a_lt_b;assigna_gt_b=(ab),a_eq_b=(a=b),a_lt_b=(ab);endmoduleThis program is a 3-8 decoder which has an enable signal “en”. When “en” is logic 1, the decoder works in decoding mode. Fill in the blanks.(8/100)module decoder(a,y,en);input[2:0] a;input en;____

文档评论(0)

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

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

1亿VIP精品文档

相关文档