Article ID: 000075531 Content Type: Product Information & Documentation Last Reviewed: 09/26/2018

How do I use the “o_rx_pcs_fully_aligned” signal to tell the difference between a local fault condition and valid RX data when using the Intel® Stratix® 10 E-tile Hard IP for Ethernet Intel® FPGA IP configured in PCS FEC status without the MAC?

Environment

  • Intel® Quartus® Prime Pro Edition
  • Ethernet
  • BUILT IN - ARTICLE INTRO SECOND COMPONENT
    Description

    To use the o_rx_pcs_fully_aligned signal to determine a local fault condition, implement the following pseudo-code on the RX MII port:

                If (o_rx_pcs_fully_aligned  == 0)  (

                        •        local fault pattern received on mii_data (RX)

                        •        remote fault is expected on the TX serial data

                        )

                else if (o_rx_pcs_fully_aligned   == 1 && mii_valid==1)

                        •        mii_data is a valid XGMII block

                else if (o_rx_pcs_fully_aligned   ==1 && mii_valid==0)

                        •        Ignore mii_data as it is not valid XGMII data

                endif

    Resolution

    This information will be added to a future release of the Intel® Stratix® 10 FPGA E-Tile Hard IP for Ethernet Intel FPGA IP Core user guide.

    Related Products

    This article applies to 1 products

    Intel® Stratix® 10 TX FPGA

    Disclaimer

    1

    All postings and use of the content on this site are subject to Intel.com Terms of Use.