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.

turning on led from pmod on nexys3

Status
Not open for further replies.

twainerm

Newbie level 4
Joined
Apr 6, 2014
Messages
6
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
50
Hi All,
I am trying to turn on an LED via pmod. but it is not working. i am using nexys3 board.
Here is verilog code:


Code Verilog - [expand]
1
2
3
4
5
6
module TestWheelDriver(
output ain1, ain2
);
assign ain1 = 1'b1; 
assign ain2 = 1'b0;
endmodule



Here is the part of ucf file where i change pin connection on JA.
Code:
##JA
NET "ain1" LOC = "T12" | IOSTANDARD = "LVCMOS33"; #Bank = 2, Pin name = IO_L19P, Sch name = JA1
NET "ain2" LOC = "V12" | IOSTANDARD = "LVCMOS33"; #Bank = 2, Pin name = IO_L19N, Sch name = JA2

i have two wires connected to pin 1 and pin 2 on JA.
these wires go to LED via 490 ohm resistor.

i expected led to turn on. but it is not turning on.
please can anyone help me understand why this is not working and how to make it work.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top