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
rick.b.brown
Posts: 3
Registered: ‎08-27-2010
0
Accepted Solution

Configure SPI serial daisy chain (multiple devices) from same single bitstream?

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?

Expert Contributor
eteam00
Posts: 7,505
Registered: ‎07-21-2009
0

Re: Configure SPI serial daisy chain (multiple devices) from same single bitstream?

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

SIGNATURE:
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.
Visitor
rick.b.brown
Posts: 3
Registered: ‎08-27-2010
0

Re: Configure SPI serial daisy chain (multiple devices) from same single bitstream?

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.