How can you model a SRAM at RTL Level?
What are the different design techniques required to create a layout for digital circuits?
Explain the operation considering a two processor computer system with a cache for each processor.
What transistor level design tools are you proficient with? What types of designs were they used on?
What are the different gates where boolean logic are applicable?
What is Noise Margin? Explain the procedure to determine Noise Margin?
What are the main issues associated with multiprocessor caches and how might you solve them?
Give various factors on which threshold voltage depends.
How about voltage source?
Explain how binary number can give a signal or convert into a digital signal?
What is look up table in vlsi?
What are the different classification of the timing control?
what is verilog?
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;
Explain the working of 4-bit Up/down Counter?