This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE7950EVM: AFE7950EVM How to execute AFE.SERDES[n].getSerdesEye() on the command Line

Part Number: AFE7950EVM

Tool/software:

After configuring setup.py, devinit.py, and S3_OnboardClk_RX_TX_500M_FB_disable.py

in the AFE79xx Latte GUI and checking that the EVM is working properly,

the following error occurs when attempting to execute the AFE.SERDES[0].getSerdesEye()

command in the Command Line.

#Error:

'afe78xxLibrary' object has no attribute 'SERDES' #

"", line 1, in # AttributeError: 'afe78xxLibrary' object has no attribute 'SERDES'

I don't know how to execute the AFE.SERDES[0].getSerdesEye() command, so please tell me.

  • Hi Masayuki,

    The issue seems to be with the function paging. The correct function to call is AFE.JESD.SERDES[0].getSerdesEye().

    Also, is there a specific reason you are testing the getSerDesEye function? 

    Regards,

    David Chaparro

  • Hi David ,

    I was able to confirm that there were no errors in the command line of the evaluation board.

    This is because I wanted to see the difference with the eye pattern of the board I developed.

    I plan to obtain the eye pattern using C API functions on the board I developed.

    Regards,

    Masayuki Mukai