Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

FGPA some questions about memory and stand alone working

Status
Not open for further replies.

Agent006

Member level 1
Joined
Feb 12, 2002
Messages
39
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
256
Hi,

I am a newbee in FPGAs. I have a few doubts. Hope that someone can clear them.

1-Are all FPGAs have volatile memory i.e. they lose program on power down.

2-How can I make my FPGA board so that it can operate as stand alone without the interference of downloading PC everytime I wish to use it. Can anyone site a practical example.

Thanks.
 

Programmable logic comes two flavors. EEPROM based CPLD which is non-volatile and SRAM based which is volatile. For the SRAM based FPGA, you can have the part configured by flash memory via the SPI pins, JTAG, or uP. It is usually set up such that it is automatically configured upon power up.
 

Look here. Especially XAPP090 and XAPP151 h*tp://support.xilinx.com/apps/config.htm
 

Check this FAQ. It contains answers for your questions:
**broken link removed**
 

Quite useful!
Thanks
 

Re: FGPA Doubts

ans 1: yes, FPGAs (SRAM based) are volatile. There are other FPGAs which are nonvolatile but they are not flexible and hence we dont use them often (less market share)...


ans 2: Yes u can make a board which will make u r system stand alone:

i) u can have a prom connected with fpga and store u r configuraion in it. when power goes off and comes back then fpga will automatically read configuration from prom*.

ii) u can have external embedded processor on board which will take care of programming the fpga*



*note: Read about the fpga programming modes from user guide of fpga.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top