Forum Discussion
Altera_Forum
Honored Contributor
14 years agohow to change an inner signal from A pin to B pin?
for example,i had assigned signal_s to A pin. after fitting ,i found this signal_s should connect to B pin. so ,i have to edit the layout of design ,to change signal_s from all elements it have conn...
Altera_Forum
Honored Contributor
14 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.