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?
Show Answer
Correct Answer:
For D latch: always@(enable) q<=d; For D flip flop: always@(opsedge clock) q<=d;
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment