Forum Discussion
7 Replies
- Altera_Forum
Honored Contributor
Check your device selection for the project. What is it?
What is the device physically on the board? The two devices need to be the same. Cheers, Dave - Altera_Forum
Honored Contributor
the device selection for the project is : epf10k30atc144-3
and in the board:epf10k30atc144-3 but when I run the programmer, and i want to use programmer file the device changes and the message in the picture appears :s - Altera_Forum
Honored Contributor
--- Quote Start --- the device selection for the project is : epf10k30atc144-3 and in the board:epf10k30atc144-3 but when I run the programmer, and i want to use programmer file the device changes and the message in the picture appears :s --- Quote End --- And what happens if you use the 'Auto Detect' button to detect the devices in the JTAG chain? Cheers, Dave - Altera_Forum
Honored Contributor
when I use the autodetect it detects epf10k30atc144-3 but without programming file , and when I try to load it ,the message in the picture attached appears, and the device changes :s
- Altera_Forum
Honored Contributor
--- Quote Start --- when I use the autodetect it detects epf10k30atc144-3 but without programming file , and when I try to load it ,the message in the picture attached appears, and the device changes :s --- Quote End --- Ok, so the 10K30A is on your board, and JTAG confirms that. The error message is indicating that your project is setup for a 10K10A device. Open your project, and in the Quartus GUI select; Project->Generate Tcl file for project. Look in the file that is generated. You should see something like:
If you don't see the 10K30A in that file, then you have not selected the correct device for your project. Which version of Quartus are you using? You should be using v9.0SP2, which is the last version to support FLEX10K devices. Cheers, Daveset_global_assignment -name FAMILY FLEX10KA set_global_assignment -name DEVICE EPF10K30ATC144-3 - Altera_Forum
Honored Contributor
Done! thank you alot :)
- Altera_Forum
Honored Contributor
--- Quote Start --- Done! thank you alot :) --- Quote End --- Great! Glad to hear you got it working. Cheers, Dave