Forum Discussion
Altera_Forum
Honored Contributor
12 years agohelp nios II
how can i do it in eclipse? this is the project i want to accomplish. i have a 4x3 keypad that will serve as a source for my password that will display in the lcd then when the password is correct...
Altera_Forum
Honored Contributor
12 years ago"Hello world" is the simplest example I can think of. If you look at its main(), there is only 1 line of code. You don't even need to understand what it means for the moment.
The idea is to make sure you understand the whole process and verify the correctness of system generated and compiled. I don't see the point with other example if you do not know how to compile and load into NIOS in eclipse. The compilation and loading process are the same. How would other example help?