EDK service packs?

Hi Anyone know where I can obtain the Xilinx EDK Service Packs? I don't have a job but need to learn how to use the tools. Thanks, beagle

Reply to
beagle197
Loading thread data ...

Hello,

I use a Virtex II Pro Development board (2VP7 - FG456 Rev 3) with XPS and ISE version 6.2.03. Since I use OCM memory instead of PLB or OPB memory , the malloc functions doesn't work anymore (the program write it on SDRAM memory instead of D-OCM). Also, I don't understand where are exactly the stack, heap and data zone ? (in spite of the LinkerScript file).

Does someone have the same problem as me or know why?

Best Regards

Pierre

Reply to
Pierre

Hello,

I use a Virtex II Pro Development board (2VP7 - FG456 Rev 3) with XPS and ISE version 6.2.03. Since I use OCM memory instead of PLB or OPB memory , the malloc functions doesn't work anymore (the program write it on SDRAM memory instead of D-OCM). Also, I don't understand where are exactly the stack, heap and data zone ? (in spite of the LinkerScript file).

Does someone have the same problem as me or know why?

Best Regards

Pierre

Reply to
netpit

We compile newlib with -mrelocatable-lib option. This produces code that contains pointers stored in the .text, instead of the .data. Since, reading from the OCM on Virtex 2P is not supported, such code will not work. malloc is one of our library routines that will fail. This is a known limitation. Please move such library routines into other readable memories. Then your code will work.

thanks,

netpit wrote:

Reply to
Vasanth Asokan
H

You can get Service Packs a

formatting link
But you must first Register

Reply to
digi

As you said "this is a known limitation", can you tell me where this is written in the documentation ? (I knew the IOCM is a 32-bit write only port for the Virtex II Pro but I didn't read anything about relocation).

thanks

Pierre

Reply to
netpit

Hello Vasanth,

About the malloc function, as you said "this is a known limitation", can you tell me where this is written in the documentation ? (I knew the IOCM is a 32-bit write only port for the Virtex II Pro but I didn't read anything about relocation). thanks again Pierre

(XPS & ISE v6.02)

Reply to
netpit

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.