Forum Discussion
Altera_Forum
Honored Contributor
12 years agoblink led on device- not running user program on board and problem in pin assignment
Hi, I am new to fpga programming. I am using ep2s60f672c3n stratix fpga device.I need to blink the led of development kit. module led(led,clk); input clk; output [7:0]led; reg[7:0]le...
Altera_Forum
Honored Contributor
12 years agosorry , I mean to say, I programmed to light up the led always. since it is in active low I assigned led to zero.
still wrong?