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;


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More VLSI Interview Questions

What is interrupt latency?

3 Answers  


Explain the working of differential sense amplifier?

1 Answers  


What types of high speed CMOS circuits have you designed?

0 Answers   Intel,


Explain the difference between write through and write back cache.

2 Answers   Intel,


If the substrate doping concentration increase, or temperature increases, how will Vt change? it increase or decrease?

1 Answers  


Explain the three regions of operation of a mosfet.

0 Answers  


Differences between blocking and Non-blocking statements in Verilog?

5 Answers   Intel,


Cross section of an NMOS transistor?

3 Answers   Intel,


Give a big picture of the entire SRAM Layout showing your placements of SRAM Cells, Row Decoders, Column Decoders, Read Circuit, Write Circuit and Buffers

0 Answers   Infosys,


Explain how binary number can give a signal or convert into a digital signal?

0 Answers  


Explain the Working of a 2-stage OPAMP?

0 Answers   Intel,


Implement an Inverter using a single transistor?

4 Answers   Intel,


Categories