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 agoIt could be a problem on your board. Do you have an example .sof file given with the kit that you can try? Does it work?
One possible cause is that the design you are putting in the FPGA causes a short circuit. This makes the power supply drop and the FPGA will reset.