Forum Discussion
jerry_anto
New Contributor
2 years agoLVDS SERDES RECEIVER
Hello, I'm trying to use LVDS SERDES intel ip for receiving LVDS signals and I have instantiated my ip from my top-module and i'm getting the below mentioned critical warnings. I'm using a internal...
AqidAyman_Altera
Regular Contributor
2 years agoHi,
Apologies for the late reply.
Can you check between both the .tcl file you mentioned, which one has the following line:
set pll_atoms [get_atom_nodes -matching *${instname}|*:arch|*:arch_inst|*:pll_inst|* -type IOPLL]
Then, you can try to change the *${instname} with *, and re-compile to see if it does resolve the critical warnings.