Sign in

username:

password:



Not a member?

Search Comp.Arch.FPGA



Search tips

fpga by Keywords

Altera | ASIC | CPLD | Cyclone | DCM | DDR | DSP | Ethernet | ISE | JTAG | Linux | LVDS | Microblaze | ML310 | Modelsim | NIOS | OPB | PCI | Quartus | RocketIO | SDRAM | Spartan | Spartan3 | SRAM | Stratix | Verilog | VHDL | Virtex | Virtex-4 | Virtex-II | Xilinx | XST


Ads

See Also

DSPEmbedded SystemsElectronics

Comp.Arch.FPGA | Re: LVDS output pins of Altera Cyclone II

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

Re: LVDS output pins of Altera Cyclone II - onlyspam@online.ms - 2006-12-02 14:32:00

I'm trying to use a FPGA to control a flat panel
display that has LVDS inputs. Displays try 
to draw current from active LVDS lines if the power supply of the panel is switched off.

That is very harmful for the TFT and sooner or later it gets destroyed. 

That is why I have to tri-state the LVDS outputs.

Every LVDS driver IC on the market has an "output enable" signal. So why
shouldn't this be 
possible with an FPGA?


--
--------------------------------- --- -- -
Posted with NewsLeecher v3.7 Final
Web @ http://www.newsleecher.com/?usenet
------------------- ----- ---- -- -

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: LVDS output pins of Altera Cyclone II - Ben Twijnstra - 2006-12-02 16:58:00

tentacle (o...@online.ms) wrote:

> I'm trying to use a FPGA to control a flat panel display that has LVDS
> inputs. Displays try to draw current from active LVDS lines if the power
> supply of the panel is switched off.
> 
> That is very harmful for the TFT and sooner or later it gets destroyed.
> 
> That is why I have to tri-state the LVDS outputs.

Didn't know that

> Every LVDS driver IC on the market has an "output enable" signal. So why
> shouldn't this be possible with an FPGA?

Well, I know that a lot of Philips TFT panels are driven by a Cyclone II,
but then again, these Cyclones get their current from the same supply as
the panel so the TFT can try to draw current until it hurts, but the
Cyclone will have nothing to give ;-)

Alternatively you could use SSTL2, which basically has the same electrical
characteristics but is available as a bidirectional IO buffer. Setting OE
to 0 in this mode would effectively tristate the buffer. Drive strength is
limited to 15mA though.

Best regards,



Ben

______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.