Forum Discussion
Altera_Forum
Honored Contributor
9 years ago --- Quote Start --- Hi, I have LVDS output. Is there a any way to put both LVDS outputs to High-'Z' or either both driving '0' ? -Tero --- Quote End --- Yes, you can disable (tri-state) LVDS outputs. You should be able to infer this in your HDL code or you could instantiate an Altera I/O buffer primitive (ALTIOBUF I think). You will need an output enable signal to enable/disable the output buffer. But as Galfonz said, you can't make an LVDS output buffer drive both sides low.