Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe Flex 10KE family is supported in Quartus, even though you can't see the selection in the pull-down menus.
Just use a text editor to manually edit your QSF file. Set your family to "FLEX10KE" and your device to "EPF10K50ETC144-3": set_global_assignment -name FAMILY "FLEX10KE" set_global_assignment -name DEVICE "EPF10K50ETC144-3" Don't edit the QSF while your project is open.