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.

Problem with Spartan 3e (XC3S1600E Digilent) expansion header(J4)

Status
Not open for further replies.

ashes35

Junior Member level 1
Joined
May 15, 2012
Messages
18
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,400
Hi everyone,while i'm designing my VHDL project,i experience very strange problem which is my development kit's expansion header's pins don't work.I assingment my output variables to kit's led ports there is no problem all leds do what i want but i assingment to kit's J4 expansion header and pff there is nothing.Here is my UCF code and my development kit's datasheet:
**broken link removed**
Code:
NET "clock" LOC = "C9" | IOSTANDARD = LVCMOS33 ;
NET "clock" PERIOD = 20ns HIGH 40%;
NET "buton(0)" LOC = "L13" | IOSTANDARD = LVTTL | PULLUP ;#sw0 buton
NET "buton(1)" LOC = "L14" | IOSTANDARD = LVTTL | PULLUP ;#sw1 buton
NET "motorizin" LOC = "H18" | IOSTANDARD = LVTTL | PULLUP ;#sw2 buton
#Problem code begin
NET "cikis(0)" LOC = "D7" | IOSTANDARD = LVTTL | SLEW = SLOW | DRIVE = 6 ;#J4 header 0.port 
NET "cikis(1)" LOC = "C7" | IOSTANDARD = LVTTL | SLEW = SLOW | DRIVE = 6 ;#J4 header 1.port
NET "cikis(2)" LOC = "F8" | IOSTANDARD = LVTTL | SLEW = SLOW | DRIVE = 6 ;#J4 header 2.port
NET "cikis(3)" LOC = "E8" | IOSTANDARD = LVTTL | SLEW = SLOW | DRIVE = 6 ;#J4 header 3.port
#problem code end
NET "led(0)" LOC = "E6" | IOSTANDARD = LVTTL | SLEW = SLOW | DRIVE = 8 ;
NET "led(1)" LOC = "D6" | IOSTANDARD = LVTTL | SLEW = SLOW | DRIVE = 8 ;
 

Because you're using the wrong pins.

I pulled the schematics from Digilent on the Spartan 3E 1600 Board and on sheet 8/14 the pins shown from J4-IO1 through J4-IO4 are P13, R13, T14, and R14 respectively




Regards,
-alan
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top