Forum Discussion

anrfpga's avatar
anrfpga
Icon for New Contributor rankNew Contributor
4 years ago
Solved

loading sta package in tcl script with quartus_sh

Hello everyone, I am trying to load the sta package in a tcl script to set all pins to virtual using the script (make_all_pins_virtual) provided here: https://www.intel.com/content/www/us/en/suppo...
  • harnhua's avatar
    4 years ago

    Usually when I encounter such errors, I run the Tcl script with the 'quartus_sta' executable instead, like this:

    quartus_sta -t my_script.tcl

    Can you try this and see if it works?

    - hh