Write an RTL Description for D latch and D flip flop?
Submitted by: AdministratorFor D Latch:always@(enable)q<=d;
For D flip flop:always@(posedge clock)q<=d;
Submitted by: Administrator
For D flip flop:always@(posedge clock)q<=d;
Submitted by: Administrator
Read Online x86 Job Interview Questions And Answers
Top x86 Questions
☺ | Design a 2-bit magnitude comparator and write itsRTL description also? |
☺ | Can ROM be used as stack? |
☺ | Define HCMOS? |
☺ | Write an RTL Description for D latch and D flip flop? |
☺ | What are level-triggering interrupt? |
Top PC Hardware Categories
☺ | Motherboard Interview Questions. |
☺ | Basic Computer Interview Questions. |
☺ | Embedded Systems Interview Questions. |
☺ | A + (Plus) Hardware Interview Questions. |
☺ | Computer Architecture Interview Questions. |