Problem in pin assignments

Status
Not open for further replies.

ADITYAVARDHAN

Junior Member level 1
Joined
Nov 21, 2010
Messages
17
Helped
3
Reputation
6
Reaction score
2
Trophy points
1,283
Activity points
1,361
HI,
I am using Altera DE1 board.Is it possible to assign 2pins to single output in the pin planner.I need an output to both the LED on the board and the same output to the GPIO(general I/O pins).If so how can I do it?


Thanks for your help.
 

are you using the schematic editor or the verilog/vhdl ?

if with schematic editor,simply tap the line to a new output GPIO and compile. you should see the new pin name when you open the pin planner, and you can assign the pin number there.
 

why not copy the signal in verilog and then add both original and copied in pin assignment
like..
wire LED,GPIO;
assign LED = O;
assign GPIO = O;
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…