Dear All,
I am using 64x DSp and virtex 6 FPGA in my project. I want to store code for both FPGA and DSp into one flash and i Want to boot FPGA from flash through DSP.please
suggest me how can i do.
regards
Amit kumar
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear All,
I am using 64x DSp and virtex 6 FPGA in my project. I want to store code for both FPGA and DSp into one flash and i Want to boot FPGA from flash through DSP.please
suggest me how can i do.
regards
Amit kumar
You can store the DSP boot image at offset 0 of the flash and initially boot the DSP user code plus code to boot the FPGA. The DSP will run that code and read the FPGA boot code from flash and write it to the FPGA using whatever protocol is required (SPI or EMIF). You will have to write that code yourself however, as I don't believe anything that exists.
Do you see any issues with this approach?
Jeff