Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
16595 Discussions

How to enable the pull-up feature of some IO pin of Stratix III

OCn
Novice
684 Views

Hi!

I'd like to use TCL script to enable the pull-up feature of some IO pin of Stratix III. Could any one tell me how to do this, or where I can find any document about this?

 

0 Kudos
1 Solution
sstrell
Honored Contributor III
675 Views

This would be an assignment that you'd put in a script or add to the .qsf file.  You can see examples of assignments in this document with I/O-related examples in section 1.2.3:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qps-design-constraints.pdf

Search the built-in help (Logic Options section in the help table of contents) for the assignment(s) you want to use.  You could also create the assignment in the Pin Planner then look at the .qsf file to see the formatting and use that in your own scripts.

View solution in original post

0 Kudos
2 Replies
sstrell
Honored Contributor III
676 Views

This would be an assignment that you'd put in a script or add to the .qsf file.  You can see examples of assignments in this document with I/O-related examples in section 1.2.3:

https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-qps-design-constraints.pdf

Search the built-in help (Logic Options section in the help table of contents) for the assignment(s) you want to use.  You could also create the assignment in the Pin Planner then look at the .qsf file to see the formatting and use that in your own scripts.

0 Kudos
OCn
Novice
667 Views

Hi sstrell,

OK, I understand.

Thanks for your reply and providing these information!

Regards,

Oliver

 

0 Kudos
Reply