x86 Question:
Download Job Interview Questions and Answers PDF
Write an RTL Description for D latch and D flip flop?
![x86 Interview Answer x86 Interview Question](/public/images/interview/20.webp)
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