sinara-hw / Kasli

Kasli is a powerful FPGA carrier, capable of controlling 12 Eurocard extension modules.
Other
16 stars 1 forks source link

CMOS Si549 support #56

Closed sbourdeauducq closed 4 years ago

sbourdeauducq commented 4 years ago

With the Si549 connected for CMOS: Why is there a parallel 51 ohm termination for the FPGA? This is not recommended by the Si549 datasheet. When the Si549 feeds the ADCLK, it also has a 51 ohm series attenuator, and cannot see a 50 ohm impedance. Why does it appear to be not a problem here while the FPGA would need termination?

marmeladapk commented 4 years ago

Why is there a parallel 51 ohm termination for the FPGA? This is not recommended by the Si549 datasheet.

It terminates the signal, just differently than series termination. BTW I will change this resistor to ~70 Ohm to match trace impedance.

When the Si549 feeds the ADCLK, it also has a 51 ohm series attenuator, and cannot see a 50 ohm impedance. Why does it appear to be not a problem here while the FPGA would need termination?

ADCLK has built in 50 Ohm resistors. Come to think of it we may change R37 to 30 Ohm. It will still attenuate signal below maximum value.

marmeladapk commented 4 years ago

Actually @gkasprow noticed, that series termination is preffered because oscillator may not be able to supply enough current into termination. So I'll change helper termination to 30 ohm series and main also to 30 ohm series.