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 reconfigure an SRAM based FPGA

Status
Not open for further replies.

0levanhoc

Junior Member level 2
Joined
Aug 1, 2002
Messages
21
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
153
FPGAMCU.exe

This application note shows how to reconfigure an SRAM based FPGA
using a flash based microcontroller. The text for "Controlling
FPGA Configuration with a Flash-Based Microcontroller" can be
found by clicking on the Web site icon, or by dialing up Atmel's
faxback system (1-800-29-ATMEL or International: 1-408-441-0732)
or by referring to section 4 of the Atmel Microcontroller databook
which can be ordered through Atmel's literature department (408-436-4126).

This self extracting file expands into the following files
pertaining to the application note:

FPGAMCU.ASM 80C51 assembly source code
 

There are many ways to configure. We could learn from datasheet or application note. We could use small CPLD or MCU or the other device. It depends on configuration mode support on each FPGA.
 

agree
But did anayone thry to emulate the JTAG
command for FGPA configuration download?

Just asking and I am interested in that part.
 

Recently I have written a program both in C and Java which I use to program the Xilinx Virtex/E FPGA. I use the JTAG mode to configure the device over the Parallel Port. It is not difficult to do if you follow the application notes provided by Xilinx. You can also use a microcontroller instead of a host PC to configure the FPGA device via JTAG interface.
Altera also provides an example code in C for configuring Altera devices using JTAG interface and uC.
 

    V

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top