20+ câu trắc nghiệm Thiết kế hệ thống số dùng HDL có đáp án

If A, B, C and D are reg, reg, integer and wire variables respectively, each of size [7:0], which of the following is/are allowed inside a procedural block? (Multiple choice)

20/21

If A, B, C and D are reg, reg, integer and wire variables respectively, each of size [7:0], which of the following is/are allowed inside a procedural block? (Multiple choice)

D = C + 1;

B[3:0] = D[4:1] + 1;

D = A + B;

C = A + D;

Giải thích

Chọn đáp án B.