RTL Description for D latch and D flip flop

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

E

Expert

Verified

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

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

   Related Questions in Science

©TutorsGlobe All rights reserved 2022-2023.