Hello,
I'm following the texas indications to generate the Vivado project for the reference design named "ZCU102_AFE79xx_64b66b_12Gbps". I have access to the TI_204c_CoreIP. As indicated by Texas I have created a new project where I have loaded the CoreIP and all the .sv, .vh and .xci files to the desing sources of my project (and the constraint file to).
I have synthetized, implemented and generated the bitstream file. I don´t get any error, but I get always the same critical warning: "[Constraints 18-1056] Clock 'fpga_ref_clk' completely overrides clock 'sys_clk_p'.
New: create_clock -period 6.400 -name fpga_ref_clk [get_ports sys_clk_p]".
Anyways, I try to program my board with the bit file and the ltx file and it programs but it doesn´t open the hw_ilas and the hw_vios tabs, as it opens when I program the board with the bit file that Texas provides. Can you tell me why does this happens? If I have the same project as you, it should generate the same bit file and it should give the same results. Also, isn´t more simple to give us acces to your Vivado project (folder with .xpr file) instead of the .sv, .xci, files? Because, I can never guarantee that I have the same project as you to generate the bit file.
This is what I get by programming with Texas bit file of the ZCU102_AFE79xx_64b66b_12Gbps project:
And this is what I get by programming with the bit file generated by the project created by me:
As you can see, I don´t get acces to the hw_ilas and hw_vios tabs and i get more than one warning saying that the debug core was not detected.
Another important note is that if we try to use the TI_204c_IP Core with another Version of Vivado besides 2019.1, the TI_204c_IP_xilinx.svp appears as <hidden>, while in Vivado 2019.1 it assumes the name of the module TI_204c_IP. This sould be important to include in Texas documentation...I didn´t see this referenced on the user guide.
I have been trying to generate this project for a long time...I hope that someone can help.
Thank you