Forum Discussion
3 Replies
- Altera_Forum
Honored Contributor
I'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.
Automating it that way will take the error out of the process. Cheers, Alexset_location_assignment PIN_A15 -to your_signal - Altera_Forum
Honored Contributor
Hello Alex,
Thanks for your advise. I have not learn about Python programming before and now starting to look at it. Do you mind to share a sample of the Python script that you mentioned? I would like to "reverse engineering". :) Thanks AnthonyT - Altera_Forum
Honored Contributor
I don't have a script to do this, just feel it's (probably) possible.
Post a relevant sample .dsn file and I'll have a look... Cheers, Alex