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.

Is there FPGA bootstrap code like a processors?

Status
Not open for further replies.

delay

Full Member level 4
Full Member level 4
Joined
Jun 11, 2004
Messages
206
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,298
Location
Van Allen Belt
Activity points
2,221
FPGA bootup code

Hello all,

Is there any such thing as FPGA bootstrap code like a processor's?

When implementing large designs should I just load the bitstream from
an external EPROM with the design only in it or should there be some powerup diagnostic routines as GSR, code version etc. used to indicate the device has just come alive? In this sense, what else could be made part of startup code?

Thanks,

Delay (delayed by technology)
 

FPGA bootup code

Hello delay,

In FPGA, it is named as 'Configuration', when you test your unstable design ,you may download bit through JTAG wire, after you get a stable version of the design, you can download it to PROM or FLASH(maybe controled by a CPLD ), once you reset the FPGA, the code can be download to FPGA automatically.
For more details, you may refer to Xilinx's userguide and datasheet, search for section 'configuration'.

Cheers,
Davy
 

Re: FPGA bootup code

the only way to have a fpga that boostrap is to use a OTP FPGA or the newest Flash FGA (actel and Cypress).
In OTP case you can't upgrade your code, in flash mode may be possible but is not easy
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top