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.

Help Required - Xilinx Spartan 3 Kit

Status
Not open for further replies.

adilsaleem

Newbie level 4
Joined
Nov 28, 2006
Messages
5
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,315
Can somebody please figure out what can possibly be wrong with code ?

I compile and synthesize it in Xilinx 6.1 for Spartan 3 kit, after synthesis it shows all the I/Os in the RTL schematic. But when i try to map it on the FPGA using .ucf file it does not recognize inputs and give error
 

What is the error message?
What's in your UCF file? We may need to see your HDL files too.
If you don't use a UCF file, does it complete without error messages?
Are you able to build other projects successfully, or is this your first project?
 

This is not my first project, i have been using it for quite a while.

The .ucf file give error "no net(s) found" for the lines where i have specified the inputs.

I think .vhd files are not allowed to be uploaded here. I'll try to mail it to you.
 

Try to figure out what's different between your previous successful projects and your current troublesome project.

I'm a Verilog guy, so I may have trouble using your VHDL. However, someone else can probably help you.

If your VHDL and UCF are very short, you can paste them into your message with "code" tags to make it easier to read. Or you can zip up a few small files and attach it to a message.
 

Hi adilsaleem, I had no problem synthesizing your VHDL and UCF files. All your UCF pin assignments worked fine. Maybe your ISE project settings are incorrect, or maybe you have a broken version of ISE. I'm using ISE 8.1.03i.

I selected target device 3s200-4-ft256.

You need to assign a pin number to 'clk'.
 

    adilsaleem

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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top