Altera_Forum
Honored Contributor
13 years agowill add a module or IP change the performance? (combining SDI and SGDMA)
Hi all
I'm wondering whether adding a module or an IP to an FPGA design can change the performance. From what I know, I guess the performance would be changed because different place and route result. If so, how to make sure the function is still working or the performance is good after adding a module. I'm asking this question because I have problems in combining two working projects into one. One working project is triple standard SDI receiver and the other is SGDMA. My purpose is to copy video frame from SDI to DDR3 through SGDMA. Both projects works well separately. However, if I instantiate the top modules of these two projects in another top module as a combined design, the SDI receiver fails to receive HD and 3G SDI signals. (luckily, the SD SDI signals can still be received). I even try to disconnect SDI receiver and SGDMA in order to test the SDI receiver independently and it still fails. I am now having no idea on solving the problem. Any possible suggestions are appreciated.