Pin Assignment Import using .tcl file - Pin Assignment Import using .tcl file
Hello, I was looking into how to import pin assignments in a .tcl file into Quartus Standard Edition and section 2.3 of the Design Constraints User Guide shows the following table. The table lists .tcl as an exportable format but not an importable one. How come this is the case? I only have the assignments in the .tcl format and making a .csv would require programming a converter. How can I import a .tcl file containing pin assignments otherwise?
Replies:
Re: Pin Assignment Import using .tcl file
Hi, I'm glad you've found a solution, I now transition this thread to community support. If you have a new question, Please login to ‘ https://supporttickets.intel.com ’, view details of the desire request, and post a feed/response within the next 15 days to allow me to continue to support you. After 15 days, this thread will be transitioned to community support. The community users will be able to help you on your follow-up questions. p/s: If any answer from community or Intel support are helpful, please feel free to mark as solution, give Kudos and rate 4/5 survey Regards, Nurina
Replies:
Re: Pin Assignment Import using .tcl file
I have been doing some reading, you can input them by just running the tcl script in Quartus. You can reference section 2.2.4 of the Quartus Prime Standard Edition User Guide: Design Constraint ver. 18.1 to read about this.
Replies:
Re: Pin Assignment Import using .tcl file
Hi, The .qsf file mainly uses tcl commands, so you should be able to import the pin assignments if you just copy the location assignments from the .tcl file into your .qsf file. Regards, Nurina
Replies:
Re: Pin Assignment Import using .tcl file
You can just copy the assignments into your .qsf file. - 2022-11-14
external_document