Go Back   Velocity Reviews > Newsgroups > VHDL
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

VHDL - Shared configurations?

 
Thread Tools Search this Thread
Old 09-06-2005, 10:45 PM   #1
Default Shared configurations?


Hi,

I would like to know if it is possible to share portions of a configurations.
What I mean by this is: is it possible that two different configurations can
share portions that are common to both configurations?

For example:

configuration cfg1 of unit1 is
for structural
for all : subunit1
use entity work.subunit1(first);
end for;

-- other units are the same
for all : subunit2
use entity work.subunit2(unique);
end for;

for all : subunit3
use entity work.subunit3(unique);
end for;
end for;
end configuration;

configuration cfg2 of unit1 is
for structural
for all : subunit1
use entity work.subunit1(second);
end for;

-- other units are the same
for all : subunit2
use entity work.subunit2(unique);
end for;

for all : subunit3
use entity work.subunit3(unique);
end for;
end for;
end configuration;

The only difference between these two configurations is for subunit1: all the
other components are unchanged. Is it possible to share this data somehow so
it won't have to be typed twice? Can the common parts be put into another
configuration that is used by cfg1 and cfg2?


gthorpe@ee.ryerson.ca
  Reply With Quote
Old 09-07-2005, 06:04 PM   #2
Mike Treseler
 
Posts: n/a
Default Re: Shared configurations?
wrote:

> I would like to know if it is possible to share portions of a configurations.
> What I mean by this is: is it possible that two different configurations can
> share portions that are common to both configurations?
>


No, but you could configure subunit1 only, and
use a default binding or direct instances
for subunit2 and subunit3.

-- Mike Treseler



Mike Treseler
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Browsing shared folder via VPN djguruji Hardware 0 03-31-2008 09:59 AM
Unrecognized junction points in shared folders Dave Hardenbrook A+ Certification 0 05-16-2007 11:28 PM
wic-1am configurations llchep General Help Related Topics 0 09-25-2006 01:50 PM
Re: Changing Shared file folder in XP AG A+ Certification 0 09-30-2005 11:41 AM
Shared printers XP and 9x bopper2 A+ Certification 2 05-24-2005 04:50 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46