R
Rick Jackson
Guest
As I understand it, there's no way to configure a
directly-instantiated component. I have some legacy code which looks
like:
my_comp : entity my_lib.my_entity
port map(...);
Problem: I need to configure this component, without changing the
source code. This seems to be impossible (and a good argument for
never using direct instantiation). Any comments?
Thanks -
Rick
directly-instantiated component. I have some legacy code which looks
like:
my_comp : entity my_lib.my_entity
port map(...);
Problem: I need to configure this component, without changing the
source code. This seems to be impossible (and a good argument for
never using direct instantiation). Any comments?
Thanks -
Rick