Visible to Intel only — GUID: jqf1511536630257
Ixiasoft
Procedures in the main.tcl System Console Script
Procedure | Value | Description |
---|---|---|
start_basic_test | — | Main procedure that performs global reset, set checker test mode, enable SYSREF continuous detection mode, clear JESD204B IP cores error status registers, and report link status. |
reset | — | Perform global reset. |
force_link_frame_reset | 0, 1 | 0: Deassert link and frame reset. 1: Assert and hold link and frame reset.
Note: Link and frame clock domains should be held in reset while writing to the JESD204B IP control and status register (CSR).
|
set_testmode | alt, ramp, prbs | alt: Set pattern checker to alternate pattern. ramp: Set pattern checker to ramp pattern. prbs: Set pattern checker to pseudo-random binary sequence (PRBS) pattern. |
sysref_con | — | Enable SYSREF continuous detection with SYSREF single detection. |
rbd_offset | integer | Adjust RBD offset value to eliminate RX lane deskew error if needed. Refer to the JESD204B IP Core User Guide for more details. |
read_status_pio | — | Read the status of the parallel I/O (PIO) registers. The PIO status has the following configurations:
Note: Use the read_err_status procedure to report error in description.
|
read_err_status | — | Read the JESD204B IP error status registers. For detailed description of the status registers, refer to the Addressmap Information for 'altera_jesd204_rx_regmap'. |
clear_err_status | — | Clear the JESD204B IP error status registers. |
read_rx_status0 | — | Read JESD204B IP rx_status0 register. For detailed description of the status registers, refer to the Addressmap Information for 'altera_jesd204_rx_regmap'. |
wait_seconds | integer | Set to wait for integer seconds. |
eval_test | — | Report the link status. |
Related Information