Forum Discussion
Altera_Forum
Honored Contributor
16 years ago1.the c program i am using is very simple pasted below. I am using Altera monitor program:
# define Switches (volatile char *) 0x0001800# define LEDs (char *) 0x0001810 int main() { while (1) { *LEDs = *Switches; } return(1); } 2. About the pin assignments i imported the assignments (the .csv file which comes with the cd) 3. I am a student at Boston university and downloaded the web edition of Quartus(9.0) which means it is not a licensed version)