Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
HCSL standard is used for PCIe refclk and works well with ArriaGX. An external termination (2x50 ohm to ground) is required.
I see this settings in a PCIe card projectGXB_REFCLK_COUPLING_TERMINATION_SETTING "DC COUPLING EXTERNAL TERMINATION" IO_STANDARD "1.2-V PCML" - Altera_Forum
Honored Contributor
Hi,
This question is regarding the PCIe HSCL REFclock (of Transceiver bank) to FPGA (STX5). The 100MHz clock is sourced from IDT HSCL buffer and we have "DC COUPLED" the clock. Below is the topology used: TX - R(pull down) - R(series) - 2 inch trace - RX At RX (ie. FPGA), we have done the following settings in FPGA QSF file: set_instance_assignment -name XCVR_REFCLK_PIN_TERMINATION DC_COUPLING_EXTERNAL_RESISTOR Below is the setting in FPGA PIN file: refclk0_pcie(n) : W5 : input : HCSL : : B0R : Y refclk0_pcie : W6 : input : HCSL : : B0R : Y Below are my queries: 1. In my case as well, I need to provide an external 100 ohms termination between P and N? 2. Considering my case (DC coupling to FPGA), if I enable internal 100 ohms, it will also enable internal biasing. Is this understanding correct? If so, then is it still OK to use internal termination and biasing settings for this "DC COUPLED" clock?