What is the correct syntax for mapping a GENERIC parameter in structural modeling?
What is the correct syntax for mapping a GENERIC parameter in structural modeling? Correct Answer label : component_name GENERIC MAP(parameter_list) PORT MAP(port_list)
Generic is a constant parameter which can be used in structural modeling. But, generic is not a component as such. It can be used as a specification to any component. The correct syntax to use a generic is GENERIC MAP followed by a PORT MAP function.
মোঃ আরিফুল ইসলাম
Feb 20, 2025