12-27-2016 09:29 PM
Hello,
I am using Aurora Example design for SFP. In this I need VIO for debugging the signal. I have added the VIO IP in Example design. I don't know how to instantiate this VIO into aurora IP? I have pasted the "vio_0.veo" into main verilog hierarchy module(Aurora). can anyone tell me the steps?
Thanks,
Abinaya
12-27-2016 10:39 PM
Hi abinaya1991@,
You can use the instantiation template of the VIO and port map the signal you want to debug to i/p of VIO
Please go through lab-3 of https://www.xilinx.com/support/documentation/sw_manuals/xilinx2016_4/ug936-vivado-tutorial-programming-debugging.pdf
12-29-2016 04:03 AM
What is FPGA device part are you using? Also let us know which version Xilinx tools are you using? Based on that we can give more focused guidelines?
Also refer the below link documents and check whether they are useful for you
https://www.xilinx.com/support/answers/58605.html
https://www.xilinx.com/support/documentation/application_notes/xapp1193-aurora-8b10b-on-kc705.pdf
https://www.xilinx.com/support/answers/54367.html
12-29-2016 05:36 AM
Hi,
I am using KINTEX 7(xc7k160tffg676) and KC705 (xc7k325tffg900) FPGA for SFP. I need to monitor the hard error status through VIO IP. I have to map these signals to VIO inputs. After instantiating the vio in aurora main module its showing
"[Synth 8-4442] BlackBox module vio_0 has unconnected pin clk".
I am using vivado 2015.4
Thanks,
Abinaya
12-29-2016 11:08 PM
Hi abinaya1991@,
Can you please check the connection of clock pin of VIO?
Connect it to a free running clock source.