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
Regular Contributor
mmonforte
Posts: 57
Registered: ‎11-25-2009
0
Accepted Solution

SP605 vs. ML501 bitstream download

Hi there,

 

I used a Virtex 5 board (ML501) up to now, and to download a bitstream on it, it was enough to click the edk button "download bitstream".

 

Now with the Spartan6 SP605, the only way which works is to connect by XMD, then use the "dow" command and the bitstream ".elf", then the "con" command.

 

Why?

 

I don't see why I should use the debugger anytime I want to download a bitstream...

 

I looked for all the documentation, but there are mainly documents on how to use the designs which are already loaded with the kit, rather then help the user to implement his own.

 

Thanks,

 

Michele

 

Regular Contributor
mmonforte
Posts: 57
Registered: ‎11-25-2009
0

Re: SP605 vs. ML501 bitstream download

Hi, found out why:

 

I have in this case a larger application software, which has to be loaded to DDR3, and this happens with the MDM core, through JTAG and XMD, but has nothing to do with the bitstream. Before, my application happened to stay in the internal block RAM, so the code was embedded in the bistream.

 

Michele