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

Explain Basic Stuff related to Perl?

0 Answers   Intel,


Implement an Inverter using a single transistor?

4 Answers   Intel,


What is Fermi level?

5 Answers  


Explain how Verilog is different to normal programming language?

0 Answers  


Explain depletion region.

0 Answers  






Draw the SRAM Write Circuitry

0 Answers   Infosys,


How do you detect if two 8-bit signals are same?

6 Answers  


Are you familiar with VHDL and/or Verilog?

1 Answers   Intel,


You have a driver that drives a long signal & connects to an input device. At the input device there is either overshoot, undershoot or signal threshold violations, what can be done to correct this problem?

0 Answers   Intel,


Which gate is normally preferred while implementing circuits using CMOS logic, NAND or NOR? Why?

13 Answers   Intel,


Explain the sizing of the inverter?

1 Answers   Intel,


What are the different design techniques required to create a layout for digital circuits?

0 Answers  


Categories