- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Configure SPI serial daisy chain (multiple devices) from same single bitstream?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-01-2012 05:19 PM
I have a board designed with multiples of the same Spartan-6 device connected in a serial daisy chain (total of 8). The first one configured for master serial mode and the remaning in slave serial mode. The master is attached to a single 64Mb SPI device for configuration.
My application uses all 8 devices running the exact same design and therefore only use a single bitstream. Unfortunately, I don't have the space in the SPI flash to store essentially 8 copies of the same design for concatenation; which is how I understand the PROMGen tool to work. Is there a way to save flash space and only store a single copy of this bitstream?
Solved! Go to Solution.
Re: Configure SPI serial daisy chain (multiple devices) from same single bitstream?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-01-2012 06:10 PM
See UG380, section titled Ganged Serial Configuration. It describes your design exactly. In UG380 version 2.3, this section begins on page 135.
-- Bob Elkind
README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369
Summary:
1. Read the manual or user guide. Have you read the manual? Can you find the manual?
2. Search the forums (and search the web) for similar topics.
3. Do not post the same question on multiple forums.
4. Do not post a new topic or question on someone else's thread, start a new thread!
5. Students: Copying code is not the same as learning to design.
6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please).
7. You are not charged extra fees for comments in your code.
8. I am not paid for forum posts. If I write a good post, then I have been good for nothing.
Re: Configure SPI serial daisy chain (multiple devices) from same single bitstream?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
06-04-2012 06:20 PM
Thank you for the reply. That's what my design *should* have been in the first place.
My hardware was routed in a daisy chain as shown in Figure 9-1. I have series termination in-between the DOUT to DIN signals on the slaves. I was able to remove these, rewire the data path to a ganged configuration and deadbug in a thevenin termination at the end. Works great now.











