logo

CuriousTab

CuriousTab

Discussion


Home Technical Questions Hardware Comments

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


  • Correct Answer
  • For D latch: always@(enable) q<=d; For D flip flop: always@(opsedge clock) q<=d; 


  • Hardware problems


    Search Results


    • 1. What are the blocking and non-blocking assignments in Verilog and which is preferred in Sequential Circutis?
    • Discuss
    • 2. What is Stack Pointer?
    • Discuss
    • 3. what are the various flags used in 8085?
    • Discuss
    • 4. What is the strength of the signal transmitted by powerful cell phones?
    • Discuss
    • 5. What does Quality factor mean?
    • Discuss
    • 6. What is Stack?
    • Discuss
    • 7. What is flag?
    • Discuss
    • 8. Explain compiler?
    • Discuss
    • 9. Which transistor is used in each cell of EPROM?
    • Discuss
    • 10. What is cache memory?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment