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.

DS100DF410: DS100DF410 1.25 Gbps retimed data possible?

Part Number: DS100DF410

Hello everyone

we a trying to forward a gigabit link using the DS100DF410. The setup is FPGA -> DS100DF410 -> RJ45 -> RJ45 -> DS100DF410 -> FPGA. At a later point we would like to cascade more than 2 of the DS100DF410 to forward data directly in the HW.

I have already read the available posts where it is said to bypass the CDR and change the MUX settings by doing this ():

Reg 0xFF = 0x0C //Access channel registers
Reg 0x2F[7:4] = 1100'b // Set lock rate for Interlaaken-2 (10.3125 Gbps with Divide-by-1 VCO divider only)
Reg 0x1E[7:5] = 000'b // Output raw data if CDR is not locked
Reg 0x3F[7] = 1'b //This is a reserved bit that must be set to ensure appropriate raw data is output

I did this but the problem is that we get the raw data which is not acceptable for us.

Another user has spoken about register 0x3F Bit 7 (not documented), is it required to write this bit?


So is there any chance to get a retimed 1G stream out of the DS100DF410? And if yes then please list the required register settings (device is in SMB slave mode). The datasheet seems to be inconsistent (e.g. Register 0x2F where the rates are defined but not described).

A reference oscillator 25MHz is available.

Regards
Valentin

  • And if it is not possible to get the retimed data: can you suggest a pin-compatible retimer which is capable of reclocking 1gbps data. Thanks!

  • Hi,

    For the default DS100DF410 setting the retimer is configured to allow CDR lock to either 10.3125Gbps or 1.25Gbps data rates. Have you tried feeding valid 1.25Gbps Ethernet data to the retimer for default retimer channels? In addition to using default CDR rate setting you may try the settings below for 1.25Gbps operation.

    • Enable adapt mode 2, DFE enabled -> see channel register routine below

    REG        Value    Mask     Comment

    31           40           60           //Set adapt_mode=2

    23           40           40           //Enable DFE Override

    1E           00           08           //Enable DFE

    (CDR reset and release is recommended)

    • Disable the Single Bit Transition check by setting channel register 0x0C[3]=0

    Thanks,

    Rodrigo Natal

    HSSC Applications Engineer

  • Hello Rodrigo

    thanks for your answer. It turned out that we had severe issues with the RJ45 connector (integrated magnetics) and the AC coupling of the DS100DF410.

    We've done some HW adaptations and were able to forward the gigabit link. Further tests to come but for now it seems that the DS100DF410 is performing as expected.

    Regards

    Valentin