Which function is used to map a generic on design?

Which function is used to map a generic on design? Correct Answer Generic map()

As generic is declared before a port in component and entity declaration. Similarly, to map a generic type, one can use generic map() function before port map() function in component instantiation part of the code. This function is used in structural modeling.

Related Questions