Sign In

Don't have a Xilinx account yet?

  • Choose to receive important news and product information
  • Gain access to special content
  • Personalize your web experience on Xilinx.com

Create Account

Username

Password

Forgot your password?
XClose Panel
Xilinx Home
Reply
Visitor
wangzb1987
Posts: 5
Registered: ‎04-16-2012
0
Accepted Solution

how to combine two ise projects into one

Our teammates do their works in different ISE projects, however, we don't know how to combine these projects into one, could you tell me how to?

 

Best regards!

 

thx very much

Expert Contributor
gszakacs
Posts: 5,340
Registered: ‎08-14-2007
0

Re: how to combine two ise projects into one

It's not clear from your question what you're trying to do:

 

1 - Combine different projects containing different pieces of the code.

 

2- Merge projects that each have all of the code at various revision levels.

 

For the second one, I would suggest finding some good project management software.  If you

don't have it, though you could compare the project contents using ISE's built-in Project Browser.

In the browser you can add all projects to the view and then select two at a time to see

the differences in settings and files.  Then you would need to try to bring the most up-to-date

versions of each source into the "master" project.  If more than one person has worked on the

same source files, then you would need to merge the changes by hand.

 

-- Gabor

-- Gabor
Visitor
wangzb1987
Posts: 5
Registered: ‎04-16-2012
0

Re: how to combine two ise projects into one

Thx for your reply.

 

What I want to ask is your first one, combine different projects containing different pieces of the code into a new project, and the existed projects' top-level module are sub-modules of the new project.

 

Could you tell me how to combine?

Thx

 

 

Visitor
wangzb1987
Posts: 5
Registered: ‎04-16-2012
0

Re: how to combine two ise projects into one

I found the planahead tool that can solve my problem. Thx for your adivice