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.

loading FPGA from ROM

Status
Not open for further replies.

meetspraveen

Member level 2
Joined
Mar 2, 2007
Messages
44
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,288
Activity points
1,566
fpga rom jtag

hi,
can anyone explain me ,how FPGA is loaded from ROM automatically at power up?
explan the logic behind?
 

loading fpga

Hi Praveen,
The FPGA enters into JTAG mode, this is taken care by on chip power PC. Once the JTAG is enabled the FPGA is configured based on information present in ROM or FLASH. Once the FPGA is configured then JTAG is disabled and the FPGA enters into normal operation

If you any doubt u can ask
Thanks and Regards
satyakumar
 

how to fpga connect rom

hi satya
so there is powerPC ,which enable the jtag to load FPGA.where POWERPC located.on chip means?
 

rom fpga

Hi Praveen,
In FPGA the powerPC is present, it may be external in some old version FPGA usually it comes with flash
 

hi satya,
so powerPc is inbuilt into all FPGA,wat are the other works of powerPC inside FPGA?whether powerPC is put as a core?

Or
PowerPC will come as periperal to FPGA(means outside FPGA)?is it interfaced while board design?
 

The attached file is the connection of prom with fpga and the fpga acces with prom. check out it is useful

regards
raj
 
Hi praveen,
The document sent by rajsrikanth explains clearly about how a configuration is loaded to FPGA and the related logic.
There is no point in keeping the powerPC out side FPGA, its main function is configuring FPGA. If we take PROM its size is big and desipates considerable amount of power during runtime. So, its waste to keep inside the FPGA. But in recent version of FPGA the PROM is inbuilt, this is posible after reducing some drawbacks.
 
The attachment is removed.
Can anybody pl upload it again

Kinjal
 

here is the attachment..



Added after 2 minutes:

whether looking for some other attachments...kidly reply with details
 

xapp482.pdf describes a special situation - downloading program code from PROM into the CPU inside the FPGA. However, most FPGAs don't have any embedded CPU (such as PowerPC), and most FPGA projects don't use any soft CPU core (such as MicroBlaze).

Most FPGAs download their configuration serially from a special flash PROM that's designed to talk to the particular type of FPGA. (The PROM-to-FPGA connection is not JTAG.) Some FPGAs can download their configuration from an ordinary parallel PROM using regular address and data lines. Here are some Xilinx configuration PROMs:
https://www.xilinx.com/products/silicon_solutions/proms/index.htm
 

    V

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top