04-18-2009 09:28 AM
is it possible to download more than one processor on one virtex board?
Cheers,
Omar
04-18-2009 10:55 AM
04-18-2009 10:55 AM
04-21-2009 01:50 AM
Thank you for the swift reply,
Let's say i made a design with three processors and three applications (one application running in each processor). When i download biststream onto an fpga, will all the applications be run simultanously??
cheers,
omar
04-21-2009 04:49 AM
Hi,
If their application is part of the bitstream (in internal BRAMs) then all three will start to execute their code after reset.
If you connect each MicroBlaze to the MDM, you can connect to each of them and debug one by one.
You can also start a gdb session for each MicroBlaze.
Göran
04-21-2009 08:36 AM
Do you know of any good tutorials for debugging with mdm (or gdb session). i would be really grateful if you can suggest any,
cheers omar
04-22-2009 12:32 AM - edited 04-22-2009 12:34 AM
Hi,
Barrie Timpe knows more on what tutorials that exists. I'm too deep into development to know about all tutorials that exists.
This one is a good start for most stuff and it has a section on debugging.
http://www.xilinx.com/support/documentation/sw_manuals/edk_ctt.pdf
Göran