Question

A1

In a Verilog-HDL source description, what kind of statement uses the following

format?

and A1 (F, A, B, C);

(2.5 marks)

A2 Draw the correct logic symbol corresponding to the following Verilog-HDL

module.

module A2 (input A, B, output F);

assign F = A | B;

endmodule

A3

Create the correct Continuous Assignment statement for the circuit shown in figure

A3.

Figure A3

AB

T

C

D

D

A4

Given that the states of the flip-flops in Figure A4 are = <0, 0, 0>

initially, find out the correct sequence of decimal states from the alternatives given.

CLK

QO

D

CLK

Q

Figure A4

M

Q1

(2.5 marks)

D

CLK

(2.5 marks)

Q2

(2.5 marks)

Question image 1