Re: Direct instantiation and configuration
- From: Rolf Eike Beer <clv@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 02 Dec 2005 14:32:07 +0100
Von Rick Jackson:
> 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?
I don't know if I completely understand your problem, but what about
this?
my_comp : entity my_lib.my_entity(conf)
port map(...);
Eike
.
- Prev by Date: Re: CORDIC implemetation
- Next by Date: Re: Synthese of to_integer
- Previous by thread: Re: Direct instantiation and configuration
- Next by thread: Re: Spartan 3 Block RAMs
- Index(es):
Relevant Pages
|