UPP Sample Code needed
Added by Ahmed Shaaban over 10 years ago
Hi everyone,
I need a sample FPGA code for UPP with it's UCF file(including timing constraints).
Thanks in advance.
Replies (2)
RE: UPP Sample Code needed - Added by Michael Williamson over 10 years ago
For the FPGA interface, you could take a look at the Vision Framework Design FIles. This uses the UPP to push video data from the FPGA to the OMAP-L138. Unfortunately, the OMAP-L138 SW does not use the tcDspUpp class in our current MDK -- it was written before this class was made available.
The UPP interface is pretty simple. It's basically a parallel bus with a simple "WAIT" handshake signal. The timing constraints will be somewhat specific to your clock configuration, as you may need to add clock-to-pad skew depending on the direction of the bus.
-Mike
RE: UPP Sample Code needed - Added by Ahmed Shaaban over 10 years ago
Thanks for you.That really helps.