Forum Discussion
Altera_Forum
Honored Contributor
20 years agoVerilog
Hello; I am working on Altera's NiosII development kit (Cyclone Edition).Whenever I tried to run my verilog program the board's error LED blinks and the default factory written program ...
Altera_Forum
Honored Contributor
20 years agoThis happens on the Nios II development boards because there is a pin that drives out of the FPGA to the CPLD on the board. This pin when pulled low tells the CPLD to reprogram the board (look at the full featured design for the reconfig_n pin). So if you don't use the pin and don't have unused I/O set to input tristate, after downloading the pin goes low and the CPLD re-downloads a new hardware image out of flash.
A side effect of this is if you flash program a design that causes this behavior you'll see the LEDs on your board flash on and off really fast (because you just created an never ending configuration loop). Not that I've ever done this ....... http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif