![]() |
|
|
|
#1 |
|
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 |
|
|
|
|
#2 |
|
Posts: n/a
|
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 |
|
![]() |
| Thread Tools | Search this Thread |
|
|
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 |