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
awhill
Posts: 6
Registered: ‎12-22-2008
0

Custom boards directory

Is it possible to set a custom path for my boards/ the same way that I do for pcores/ drivers/ bsp/ etc?  Ordinarily I'd imagine it would be set in the xmp, but obviously that doesn't exist when you need the xbd...

 

Cheers!

Expert Contributor
sushantm
Posts: 284
Registered: ‎04-02-2011
0

Re: Custom boards directory

For what you need to set the custom path ?

Please explain in more detail.

--Sushant Mahajan
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Signature:

1.Have you ever tried typing your question into Google? If not you should before posting.
Too many results? Try adding site:www.xilinx.com
2.Read the datasheet and user guide. Have you read the user guide in detail ? Can you find the user guide?
3. Search the forums for similar topics.
4.I have neither found any similar thread in existing forum nor web-search is helpful to me.What should I do ?
Post your issue in detail comprehensive format on the relevant
forum.
5. Do not post the same question on multiple forums,please search and post it on relevant forum.
6. Do not raise a new topic or question on someone else's thread, start a new thread!
7. Students/Newbies: Copying code is not the same as learning to design.
8. "It does not work" is not a question which can be answered. Provide much details (with webaddress, datasheet links,etc..).
and make sure to be specific!
9. You are not charged extra fees for comments in your code,It will help others to understand well.
10.If someone answers your question, mark the post with "Accept as solution". If you see a particularly good and informative post, consider giving it Kudos (the star on the left).
Visitor
awhill
Posts: 6
Registered: ‎12-22-2008
0

Re: Custom boards directory

Essentially, I'd like to keep my XBDs in the same source control as my other files.  ie:

 

~/MyProcessorIPLib/bsp

~/MyProcessorIPLib/drivers

~/MyProcessorIPLib/pcores

~/MyProcessorIPLib/sw_apps

 

Etc.  So I'd really like to use

 

~/MyProcessorIPLibs/boards

 

instead of

 

C:\Xilinx\13.2\ISE_DS\EDK\board\myname\boards\

 

Now, the definition of the local repo path is defined inside the project files, unfortunately.  This is fine for the cores and drivers, because the first step in my flow is to add my repo paths.  Unfortunately, the XBD is used in the initial creation of the XMP.  So, I'm hoping there's an environment variable or XPS setting I can use that will let me define my boards/.  I was hoping a symlink would do the trick, but the Windows shortcut doesn't.