Interviewer And Interviewee Guide

x86 Interview Question:

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

Submitted by: Administrator
For D Latch:always@(enable)q<=d;
For D flip flop:always@(posedge clock)q<=d;
Submitted by: Administrator

Read Online x86 Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.