What is component binding?

Answers were Sorted based on User's Feedback



What is component binding?..

Answer / sham

w r t VHDL component binding is binding of an entity with an architecture declared else where..

Is This Answer Correct ?    1 Yes 0 No

What is component binding?..

Answer / khush

If an entity contains many architectures and any one of
the possible architecture binding with its entity is done
using configuration. It is used to bind the architecture
body to its entity and a component with an entity.

Syntax:

configuration configuration_name of entity_name is
block_configuration;
end configuration_name.

Block_configuration defines the binding of components in a
block. This can be written as

for block_name
component_binding;
end for;
block_name is the name of the architecture body. Component
binding binds the components of the block to entities. This
can be written as,

for component_labels:component_name
block_configuration;
end for;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VLSI Interview Questions

What's the price in 1K quantity?

0 Answers   Wipro,


How many bit combinations are there in a byte?

6 Answers   Intel,


What is SPICE?

4 Answers   Intel,


Draw a CMOS Inverter. Explain its transfer characteristics

0 Answers   Infosys,


In vlsi chip 1000s of transistors are dropped, specifically categorized. Which method is used to achieve this & how it is done practically?

0 Answers  






Explain how Verilog is different to normal programming language?

0 Answers  


Differences between netlist of HSPICE and Spectre?

1 Answers   Intel,


Give the expression for CMOS switching power dissipation?

2 Answers   Infosys,


What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

0 Answers   Infosys,


What is the difference between the mealy and moore state machine?

0 Answers  


Insights of an inverter. Explain the working?

1 Answers   Intel,


Differences between blocking and Non-blocking statements in Verilog?

5 Answers   Intel,


Categories