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 | Overheated FPGA? (Spartan-3E)

There are 2 messages in this thread.

You are currently looking at messages 0 to 2.

Overheated FPGA? (Spartan-3E) - JoSa - 2010-07-28 08:35:00

Me and my college are first time users of
programming a FPGAs. We havebought the already assembled card Xylo-L from knjn. It has a Spartan-3EFPGA among other parts. Somewhere during the process of handling this cardsomething has gone wrong and now when we connect power to the card it getsreally hot fast. We can still put in some simple functions into the FPGA,e.g. we can make a couple of LED glow and blink. This must mean that theFPGA is not totally crashed. We have tested to reset the card with the USBcable that's connected to the card. 
When be put 3,3V to the card there is a current of about 900mA to the card,which is plenty when we expect at most 300mA.

We would be very happy if anyone can give us some idea of what's wrongand/or how we can test our card to find the problem, or maybe how to resetthe card completely.


	   
					
---------------------------------------		
Posted through http://www.FPGARelated.com
______________________________
Join the blogging team on FPGARelated.com and earn rewards! Details Here.



Re: Overheated FPGA? (Spartan-3E) - Jon Elson - 2010-07-28 15:26:00

JoSa wrote:
> Me and my college are first time users of programming a FPGAs. We have
> bought the already assembled card Xylo-L from knjn. It has a Spartan-3E
> FPGA among other parts. Somewhere during the process of handling this card
> something has gone wrong and now when we connect power to the card it gets
> really hot fast. We can still put in some simple functions into the FPGA,
> e.g. we can make a couple of LED glow and blink. This must mean that the
> FPGA is not totally crashed. We have tested to reset the card with the USB
> cable that's connected to the card. 
> When be put 3,3V to the card there is a current of about 900mA to the card,
> which is plenty when we expect at most 300mA.
> 
> We would be very happy if anyone can give us some idea of what's wrong
> and/or how we can test our card to find the problem, or maybe how to reset
> the card completely.
You have probably had an ESD event and damaged one or several I/O pads 
on the FPGA.  The rest of the FPGA may contin ue to work for a while.
If this board has an EPROM to load the FPGA configuration, try to 
disable it or hold the PROG pin on the FPGA in the active state, 
preventing it from loading any config.  If it still gets hot, it is most 
likely ESD damage.  If it runs at normal current and doesn't get hot, 
then your program may be clocking at excessive rates or causing 
contention within the chip or on I/O pins.

Jon