Differences between functions and Procedures in VHDL?

Answer Posted / amar

functions are the one which conatiin some algorithm and
execute in zero simulation time where as procedures may
consume some simulation time when its getting executed

you can compare with verilog task and functions as well

Is This Answer Correct ?    35 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between nmos and pmos technologies?

876


How does Vbe and Ic change with temperature?

3201


Explain various adders and difference between them?

924


What is threshold voltage?

904


Explain Basic Stuff related to Perl?

806


What are the main issues associated with multiprocessor caches and how might you solve them?

1953


What was your role in the silicon evaluation/product ramp? What tools did you use?

3435


Explain how Verilog is different to normal programming language?

903


What is the function of chain reordering?

808


Draw the SRAM Write Circuitry

906


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;

1296


Explain what is multiplexer?

833


What are the different gates where boolean logic are applicable?

811


What is the main function of metastability in vsdl?

820


what is the use of defpararm?

927