Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
Technical Questions
»
Hardware
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;
← Previous Question
Next Question→
More Questions from
Hardware
What is Stack?
What is flag?
Explain compiler?
Which transistor is used in each cell of EPROM?
What is cache memory?
what is the interrupt?
What are the static and dynamic hazards in logic circuits?
What is LATCH?
What is the difference between microprocessor and micro-controller?
What is the disadvantage of microprocessor?
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment
Join Discussion
Discussion & Comments