Forum Discussion
Altera_Forum
Honored Contributor
13 years agoWell I generally dont use GUI to do pin assignments.
Its your call how to do that. Generally watever pin assignments you do will be written in your project.qsf file something like set_location_assignment PIN_B32 -to portA To remove this assignment delete this statement from the qsf file and it will be done. To assign portA to some other pin jus write the pin number as PIN_xxxx watever you wana. i have limited knowledge in case of GUI. Good luck.