What is a D-latch? Write the VHDL Code for it?
Answer Posted / rams
D latch is a device it simply transfers data from input to
output when the enable is activated.its used for the
forming of d flip flops.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Explain sizing of the inverter?
Write a VLSI program that implements a toll booth controller?
What are the main issues associated with multiprocessor caches and how might you solve them?
what is the difference between the TTL chips and CMOS chips?
Explain the working of 4-bit Up/down Counter?
What's the price in 1K quantity?
Explain what is Verilog?
For CMOS logic, give the various techniques you know to minimize power consumption
Explain CMOS Inverter transfer characteristics?
How to improve these parameters? (Cascode topology, use long channel transistors)
Why do we gradually increase the size of inverters in buffer design? Why not give the output of a circuit to one large inverter?
Draw a transistor level two input NAND gate. Explain its sizing (a) considering Vth (b) for equal rise and fall times
Explain what is slack?
What is the difference between cmos and bipolar technologies?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;