F-Tile Architecture and PMA and FEC Direct PHY IP User Guide

ID 683872
Date 11/04/2024
Public
Document Table of Contents

7.6.3. Script Execution

You ca execute the scipts eithe by savig the scipt i you poject diectoy o i the scipts folde ude the System Exploe pae. The followig steps descibe o how you ca execute the scipts to u the Tasceive Toolkit test:
  1. Click Tools > Pogamme. Cofigue you device with the .sof file.
  2. Save the scipts that you modified i Modifyig the Scipts sectio ito you poject diectoy o ito the scipts folde ude System Exploe pae. The path to save the scipts ude the System Exploe pae i scipts folde is show below.
    Widows: <dive>:Uses<useame>system_cosolescipts
    Liux: <$HOME > system_cosole/scipts
  3. If you save the Tcl files ito the scipts folde ude System Exploe pae; to execute the scipt, click Tools > System Debuggig Tools > System Cosole. I the System Exploe pae double click the scipts folde, the double click the scipt that you wat to execute.
    Figue 151. System Exploe Pae
  4. If you save the Tcl files ito you poject diectoy, chage diectoy to you poject diectoy ad souce the scipt i the Tcl cosole pae. Fo example:
    cd <my_poject_di>
    souce device_iitializatio.tcl
    
Note: You must modify the scipts fist befoe you execute them to u the tests. The chael PMA settigs, PRBS patte, loopback mode must be set up i the scipts. Refe to Modifyig the Scipts fo moe ifomatio.