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.

How to connect an EPROM with FPGA in parallel mode?

Status
Not open for further replies.

Ghassan

Newbie level 6
Joined
Dec 13, 2005
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,355
hey !
i hav a project 2 connect an eprom wit an fpga (xc3000 or xc 4000) in parallel mode...
can ne1 gimmie some hints ! or a schematic diagram (if available ) ?
tnx alot...
 

eprom 'n fpga

Wow, those are old devices.

Does your FPGA need to program the EPROM, or just read it? To read it, you can simply connect all the EPROM address, data, and control pins to the FPGA. You may be able to omit a few control pins, depending on your EPROM type. Those old FPGAs are 5-volt devices, and I assume your EPROM is also.
 

Re: eprom 'n fpga

Check the xc3000 data sheet from the following link....

**broken link removed**

In page 25, Figure 25 Master Parallel mode will show u what u need.
Hope this will help u.
 

Re: eprom 'n fpga

thanx alot guys !
i hav another question bout this connection !
when shall the fpga read from the eprom ? jus' when it is biased ? or there some control pin ?
another question,
when the fpga finished reading from the eprom should i disconnecty the eprom ? 'n that program will permenantly saved on the fpga ??

tnx again !
 

eprom 'n fpga

Do you want to access the EPROM from your FPGA logic, or do you want to configure the FPGA from the EPROM?

FPGA configuration is volatile, so you must configure it after every power-up. After configuation, you can simply leave the EPROM connected, as show in the PDF file that veejaye suggested. That PDF also describes the sequence of events during configuration (search the PDF for the word "configuration").

I'm not sure what you mean by "biased".
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top