Differences between functions and Procedures in VHDL?
Answer Posted / manav rathi
function:
1:executes in zero stimulation time.
2:usually return a single value.
3:parameters of mode IN.
4:do not have wait statement.
5:function call state always concurrent.
procedure:
1:may or may not execute in zero stimulation time depending
upon whether it has wait statement or not.
2:may or may not retun a single value.
3:parameters of in,out or inout.
4:has wait statement.
5:procedure call statement may be cocurrent or sequential.
| Is This Answer Correct ? | 184 Yes | 8 No |
Post New Answer View All Answers
Approximately, what were the sizes of your transistors in the SRAM cell? How did you arrive at those sizes?
What are the steps involved in preventing the metastability?
Cross section of a PMOS transistor?
Basic Stuff related to Perl?
What is the purpose of having depletion mode device?
Draw the Cross Section of an Inverter? Clearly show all the connections between M1 and poly, M1 and diffusion layers etc?
Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
Give the logic expression for an AOI gate. Draw its transistor level equivalent. Draw its stick diagram
What happens if we use an Inverter instead of the Differential Sense Amplifier?
What is threshold voltage?
Calculate rise delay of a 3-input NAND gate driving a 3-input NOR gate through a 6mm long and 0.45m wide metal wire with sheet resistance R = 0.065 / and Cpermicron= 0.25 fF/m. The resistance and capacitance of the unit NMOS are 6.5k and 2.5fF. Use a 3 segment -model for the wire. Consider PMOS and NMOS size of reference inverter as 2 and 1 respectively. Use appropriate sizing for the NAND and NOR gate.
What are the Advantages and disadvantages of Mealy and Moore?
How does the size of PMOS Pull Up transistors (for bit & bit- lines) affect SRAM's performance?
Working of a 2-stage OPAMP?
Explain Cross section of an NMOS transistor?