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 Program PROM in Xilinx Spartan 3E starter Kit in ISE 12.3 Free Version

Status
Not open for further replies.

moonnightingale

Full Member level 6
Joined
Sep 17, 2009
Messages
362
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,298
Activity points
3,832
How to burn code in Xilinx Spartan 3E starter Kit in ISE 12.3 Free Version

I am using Spartan-3E Starter kit.
I have written a very small code and i want to burn in in PROM of FPGA. basically i want to implement this on FPGA kit.
Kindly tell me step by step procedure to do so.
I am having a video tutorial but it deals with Xilinx ISE ver 9 which is very different from ISE 12.3.

module kit(out_c,in_a,in_b);
output out_c;
input in_a,in_b;
assign out_c=in_a&in_b;
endmodule
 
Last edited:

Is there anybody who can help me to use Spatran 3e with ISE 12.3 Version
 

Assuming you're referring to Intel NOR Flash PROM.

Here is complete tutorial how to program it: **broken link removed**
 

u first make the ucf file...user constraint file in which u define pin location for input and output..
then add the fpga ..board to pc....and then implemnt the design ,...generate the bit file..that will dump into the fpga..
 

Assuming you're referring to Intel NOR Flash PROM.

Here is complete tutorial how to program it: **broken link removed**

I just want to check my above stated code on FPGA. the most simple task of FPGA kit
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top