⟩ 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; read 152 views