Answer Posted / 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 View All Answers
What types of CMOS memories have you designed? What were their size? Speed?
What does it mean “the channel is pinched off”?
Explain the working of Insights of a pass gate ?
What is Body Effect?
How does the size of PMOS Pull Up transistors (for bit & bit- lines) affect SRAM's performance?
Mention what are the two types of procedural blocks in Verilog?
What work have you done on full chip Clock and Power distribution? What process technology and budgets were used?
Explain Cross section of a PMOS transistor?
Explain what is multiplexer?
What are the various regions of operation of mosfet? How are those regions used?
Draw the Layout of an Inverter?
Implement a 2 I/P and gate using Tran gates?
Mention what are the different gates where Boolean logic are applicable?
Differences between Array and Booth Multipliers?
What work have you done on full chip Clock and Power distribution? What process technology and budgets were used?