x86 Question:
Download Job Interview Questions and Answers PDF
Write an RTL Description for D latch and D flip flop?
Answer:
For D Latch:always@(enable)q<=d;
For D flip flop:always@(posedge clock)q<=d;
For D flip flop:always@(posedge clock)q<=d;
Download x86 Interview Questions And Answers
PDF