--%>

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

  • Q : Handling of eZ Publish Normal 0 false

    Normal 0 false false

  • Q : Decision support system Explain

    Explain Decision support system (DSS) and Management Information System ?

  • Q : Operating systems Alice, an engineer at

    Alice, an engineer at MackCorp has asked your advice on how she should access her address book in a file. Please recommend the optimal strategy for Alice. Defend your choice.

  • Q : Describe SMTP SMTP : Logging into your

    SMTP: Logging into your email account to retrieve email is fairly simple. Though, there is technology working behind which is simple mail transfer protocol (SMTP) and internet networks to make sure you can send and receive email. Think regarding SMTP

  • Q : Stack in 8086 Normal 0 false false

    Normal 0 false false

  • Q : What is Domino theory Domino theory:

    Domino theory: The reason for war during 1950s to 1980s started by US, that kept a look on states coming under the influence of communism. In any case some country came under communism influence then all other countries surrounding it would follow the

  • Q : Recover the linux system after crashed

    Normal 0 false false

  • Q : Define SAP APO SAP APO : It stands for

    SAP APO: It stands for Advanced Planner and Optimizer that is one region of SCM and application component of MySAP product. It is designed to give solutions for corporations in Demand planning, supply network planning, network design, production plann

  • Q : Define Instant Messaging Instant

    Instant Messaging (IM): The best example would be Skype, through which instant communication could be sent to employee or members’ hand-held device or desktop.

  • Q : Define struct Define struct: A struct

    Define struct: A struct is a special C data type which encapsulates other pieces of data into a single cohesive unit. Similar to an object, however built into C.