Forum Discussion
Altera_Forum
Honored Contributor
8 years agoProblem in Inter FPGA Transfer
hi, I am having a customized board with 2 Stratix V FPGA on it. i wanted to transfer the data from one FPGA to another directly ( Pin to Pin ) without ant protocol. The clock rate is 10 Mhz . ...
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- Hi, If you just send data + clock, you can just invert the clock on the reception part to sample the data in the eye of the signal. The input_delay / output_delay commands will probably be useless at 10MHz. --- Quote End --- thanks.....