1.

Which of the following is the correct syntax for component instantiation?

A. instantiate : component_name PORT MAP (port_list);
B. label : instantiate COMPONENT PORT MAP (port_list);
C. label : component_name PORT MAP (port_list);
D. label : instantiate component_name PORT MAP (port_list)
Answer» D. label : instantiate component_name PORT MAP (port_list)


Discussion

No Comment Found