Yes,
I agree that there is no sence to tri-state inputs.
But what about output pins tri-stating?
I have multiply slaves and It is necessary to avoid signal contention on the slave output (looks like SPI multi-slave environment).
So I need to use tri-state buffers and my bus is LVDS bus.
When I connected the slave output line to the tri-state buffer and selected the LVDS standatrd for it I got the following error:
Error: The differential I/O standard LVDS cannot be used on the pin Slave_O, because the specified pin uses a tri-stated output buffer.
Does it mean that it is not possible to tri-state LVDS in all Altera devices?
What can be a workaround for this problem?