Answers

Question and Answer:

  Home  x86

⟩ Write an RTL Description for D latch and D flip flop?

For D Latch:always@(enable)q<=d;

For D flip flop:always@(posedge clock)q<=d;

 152 views

More Questions for you: