Forum Discussion
Altera_Forum
Honored Contributor
10 years agoI'm not aware of an 'automated' method. However, I suggest you write yourself a script (in Python, for example) to take the data from the .dsn file and directly create the required entries for you Quartus project. The CPLD pinout information is captured in the .qsf (Quartus Settings File) for your project. Simply make your script create entries, one line per signal/pin. E.g.
set_location_assignment PIN_A15 -to your_signal Automating it that way will take the error out of the process. Cheers, Alex