本答案对应课程为:点我自动跳转查看
本课程起止时间为:2021-09-14到2022-01-15
本篇答案更新状态:已完结

【作业】Chapter 2 How to use Quartus Prime Practice of Quartus Prime

1、 问题:Download and install Quartus Prime, and then familiarize the operation of the software according to the videos in Chapter 2. Write down your own experiences after completion, and submit as a file.
评分规则: 【 评价该同学是否进行过软件操作并有了一定的操作经验。 尝试解决该同学碰到但尚未解决的问题。

【作业】Chapter 1 General introduction of EDA technology and digital system design Extended reading

1、 问题:Please try to find some literatures about the outstanding figures in the history of integrated circuit, such as Jack Kilby,Robert Noyce,Gordon Moore, 胡正明,林本坚, and so on. Choose one scientist from them and talk about his contribution.
评分规则: 【 作业态度和作业质量

Chapter 3 Hardware Description Language Verilog HDL self-test 1

1、 问题:Which identifier is illegal?( )A. 6day B. moon123 C._number D. sum
选项:
A:3_8decoder
B:adder1
C:_enable
D:sum
答案: 【3_8decoder

2、 问题:The binary form of 10’h5E is ( )
选项:
A:10’b0011100111
B:10’b0001011110
C:10’bxx01011110
D:10’b1101011110
答案: 【10’b0001011110

3、 问题:If a=4’ b1001,&a equals to ( )
选项:
A:0
B:1
C:X
D:Z
答案: 【0

4、 问题:1、Which identifier is legal? ( )
选项:
A: _sum
B: year#
C:$date
D:4bit_adder
答案: 【 _sum

5、 问题:Which identifier is illegal?
选项:
A:9moon
B:State0
C:Not_Ack
D:signal$
答案: 【9moon

6、 问题:P, R, Q are all 4-bit input vectors, which expression is correct?
选项:
A:input P[3:0], Q, R;
B:input [3:0] P,R,Q;
C:input P[3:0], Q[3:0], R[3:0];
D:input P[0:3], Q[0:3], R[0:3];
答案: 【input [3:0] P,R,Q;

7、 问题:After the following instructions, the value of A is _.
reg[7:0] A;
A=2’hff;
选项:
A:8’b00000011
B:8’h11
C:8’b11111111
D:8’b1111_1111
答案: 【8’b00000011

8、 问题:After the following instructions, the value of B is _.
reg[7:0] B;
B=8’bZ0;
选项:
A:8’b000000Z0
B:8’hZZZZ0000
C:8’b0000ZZZ0
D:8’bZZZZ_ZZZ0
答案: 【8’bZZZZ_ZZZ0

9、 问题:Define a parameter named “DATAWIDTH” which has the value of 16.
答案: 【parameter DATAWIDTH=16;

10、 问题:Define an 8-bit variable of integer type named “j”.
答案: 【integer[7:0] j;

11、 问题:Define a 16-bit variable of reg type named “address”.
答案: 【reg[15:0] address;

12、 问题:Define an 8-bit bus of wire type named “ABUS”.
答案: 【wire[7:0] ABUS;

13、 问题:Assumed a=1’b1, b=3’b001, c=4’b1110, the value of “{a,b}” is ___ , and the value of “^c” is __.
答案: 【4’b1001, 1’b1

14、 问题: The result of expression “10X】

15、 问题:In Verilog HDL,radix “octal” is denoted by .
答案: 【O or o

16、 问题:In Verilog HDL,the constant of high-impedance state is denoted by .
答案: 【Z

17、 问题:The binary form of 8’hB is _, and the binary form of 4’hCE is____.
答案: 【8’b00001011, 4’b1110

18、 问题:Assumed A=4’b1010, B=4’b1101, the value of A||B is_ ,the value of ~A is_.
答案: 【1’b1, 4’b0101

19、 问题:Assumed A=4’b1010, B=4’b0011, the value of “{A,A}” is ___ . The value of B>>1 is______.
答案: 【8’b10101010, 4’b0001

20、 问题:A short comment in Verilog HDL begins with symbol.
答案: 【//

21、 问题:If A = 4’b0011, B = 3’b011, {A, {2{B}}=__
答案: 【10’b0011011011

22、 问题:In the expression “(!Sel) ? A=1:A=2”, if we set Sel=0, the output of A is .
答案: 【1

本门课程剩余章节答案为付费内容
本文章不含期末不含主观题!!
本文章不含期末不含主观题!!
支付后可长期查看
有疑问请添加客服QQ 2356025045反馈
如遇卡顿看不了请换个浏览器即可打开
请看清楚了再购买哦,电子资源购买后不支持退款哦

   

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注