Forum Discussion
OKris1
New Contributor
6 years agoNIOS II don't boot up after reset
Hi. I have a Cyclone III FPGA Starter Board bought back in 2010. I have started on some NIOS II applications to leanr the C code firmware part of the FPGA. I have downloaded niosii-ethenernet standa...
EricMunYew_C_Intel
Frequent Contributor
6 years agoHi, Oystein
The pin info and assignments are listed in your .qsf.
You may verify the reset pin if it is assigned according to your Cyclone III FPGA pinouts.
For example,
set_instance_assignment -name IO_STANDARD "3.3-V LVTTL" -to GPIO[0]
set_location_assignment PIN_V10 -to GPIO[0]
Thanks.
Best regards
Eric