Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
13 years ago

Flex10ka:epf10k30atc144-3

hello,

I want to know wich programming file should I get to programme the FLEX10KA:EPF10K10ATC144-3 .

Because when I use the .sof file , the Device changes in the programmer list :s:s

7 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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:

    
    set_global_assignment -name FAMILY FLEX10KA
    set_global_assignment -name DEVICE EPF10K30ATC144-3
    

    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,

    Dave
  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    --- Quote Start ---

    Done! thank you alot :)

    --- Quote End ---

    Great! Glad to hear you got it working.

    Cheers,

    Dave