logo

Crowdly

Consider the following code implemented exactly as described. reg A, B, C, D; al...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

Consider the

following code implemented exactly as described.

reg A, B, C, D;

always@(posedge

clock)

  begin

     A <= (A & B) | (C & D);

     B <= B ^ C;

     C <= A ^ D;

     D <= A ^ C;

  end

Each logic gate

has a delay of (1:2:4) (min:typ:max).

T_ck_Q takes the range (4:5:6) and both t_su and t_hold are 1.All units are in ns.

If the clock

period is 20 ns, and clock uncertainty is 1 ns, then what is the excess slack

in this design.

i.e. By how many ns

could you reduce the clock and still meet timing.

Give your answer as an integer answer without

units.

Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на moodle-courses2527.wolfware.ncsu.edu?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!