K
KJ
Guest
"Mark McDougall" <markm@vl.com.au> wrote in message
news:473242b9$0$23911$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
point in the design you're instantiating entity b, but what you need to
instantiate is configuration b.
What you probably have is
My_thing : entity work.b(....)
What I think you need is
My_thing : configuration work.cfg_a(....)
KJ
news:473242b9$0$23911$5a62ac22@per-qv1-newsreader-01.iinet.net.au...
If the configuration is not the top level, then this implies that at someMike Treseler wrote:
Also see Andy's posts of yesterday -- direct instances are less trouble.
Ah!!! Thanks!
I'd tried
label : my_entity(my_architecture)
and got an error but not
label : entity work.my_entity(my_architecture)
... the latter works!
Still, for future reference, I'd like to resolve the configuration
issue...
point in the design you're instantiating entity b, but what you need to
instantiate is configuration b.
What you probably have is
My_thing : entity work.b(....)
What I think you need is
My_thing : configuration work.cfg_a(....)
KJ