- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Custom boards directory
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-09-2012 05:53 PM
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!
Re: Custom boards directory
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-10-2012 09:03 AM
For what you need to set the custom path ?
Please explain in more detail.
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
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).
Re: Custom boards directory
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
07-10-2012 02:23 PM
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.











