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

Submitted by: Administrator
For D Latch:always@(enable)q<=d;
For D flip flop:always@(posedge clock)q<=d;
Submitted by: Administrator

Read Online x86 Job Interview Questions And Answers